summaryrefslogtreecommitdiff
path: root/html.rb
diff options
context:
space:
mode:
Diffstat (limited to 'html.rb')
-rwxr-xr-xhtml.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/html.rb b/html.rb
index 5f45ddc..d3def36 100755
--- a/html.rb
+++ b/html.rb
@@ -161,7 +161,6 @@ def climbing_html
html += post[:text]
html += '</div>'
end
- html += '<p>&nbsp;&copy; pdp8 <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>'
html += File.read(File.join(SNIPPETS, 'tail.html'))
print_html 'climbing', html
end