summaryrefslogtreecommitdiff
path: root/modules/blog/templates/special-files.ini.epp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/blog/templates/special-files.ini.epp')
-rw-r--r--modules/blog/templates/special-files.ini.epp16
1 files changed, 0 insertions, 16 deletions
diff --git a/modules/blog/templates/special-files.ini.epp b/modules/blog/templates/special-files.ini.epp
deleted file mode 100644
index 66b779a..0000000
--- a/modules/blog/templates/special-files.ini.epp
+++ /dev/null
@@ -1,16 +0,0 @@
-<%- | Array[Tuple[String,String]] $foot_files,
-| -%>
-; FILE MANAGED BY PUPPET
-;
-; Which files on the website that are "special"
-; This basicly means that they shouldnt have comments
-[footnote]
-<%- for $foot_files.each |$item| { -%>
-files[] = <%= $item[0] %>
-title[] = <%= $item[1] %>
-<%- } -%>
-
-[other]
-files[] = list
-files[] = entry-not-found.md
-