diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/about.html.ep | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/about.html.ep b/templates/about.html.ep index 983b73b..ac68d23 100644 --- a/templates/about.html.ep +++ b/templates/about.html.ep @@ -11,3 +11,6 @@ </div> </div> +% if (-e 'templates/imprint.html.ep') { +%= include 'imprint' +% } |