From a3c291c2bcd6105f92b350b0c56db31593676050 Mon Sep 17 00:00:00 2001 From: Timothee Gosselin Date: Tue, 11 Aug 2020 13:26:29 +0200 Subject: [PATCH] add vanity url for controller-utils lib --- content/controller-utils/_index.md | 0 layouts/section/controller-utils.html | 11 +++++++++++ 2 files changed, 11 insertions(+) create mode 100644 content/controller-utils/_index.md create mode 100644 layouts/section/controller-utils.html diff --git a/content/controller-utils/_index.md b/content/controller-utils/_index.md new file mode 100644 index 0000000..e69de29 diff --git a/layouts/section/controller-utils.html b/layouts/section/controller-utils.html new file mode 100644 index 0000000..687d301 --- /dev/null +++ b/layouts/section/controller-utils.html @@ -0,0 +1,11 @@ + + + + + + + + {{ hugo.Generator }} + {{ partial "meta.html" . }} + {{ partial "favicon.html" . }} + -- GitLab