summaryrefslogtreecommitdiff
path: root/template.erb
diff options
context:
space:
mode:
Diffstat (limited to 'template.erb')
-rw-r--r--template.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/template.erb b/template.erb
index 01ad125..66f9c85 100644
--- a/template.erb
+++ b/template.erb
@@ -13,7 +13,7 @@
<%= @content %>
</article>
<footer>
-<p>The content of this page is Copyright © <%= @copyright %>.</p>
+<p>The content of this page is Copyright © <%= @date.year unless @date.nil? %> <%= @author %>.</p>
<p>This page is licensed under the <%= @license %> license.</p>
</footer>
</body>