summaryrefslogtreecommitdiff
path: root/modules/blog/templates/special-files.ini.epp
blob: 66b779af399ea7fcf70881dc67749bc1d21dea8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<%- | 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