summaryrefslogtreecommitdiff
path: root/_includes/footer.html
diff options
context:
space:
mode:
authorBrian Picciano <mediocregopher@gmail.com>2021-01-06 22:45:47 -0700
committerBrian Picciano <mediocregopher@gmail.com>2021-01-07 17:18:42 -0700
commita264d457e9f6192754ee6618909a6cef3b193667 (patch)
tree33123366cde712d315d74d9d621ad03ba4aec1e2 /_includes/footer.html
parent8b2edc00be119cf8e767080d5535041ec17123cf (diff)
remove donation links, wrote up follow page, haven't linked it in yet
Diffstat (limited to '_includes/footer.html')
-rw-r--r--_includes/footer.html36
1 files changed, 6 insertions, 30 deletions
diff --git a/_includes/footer.html b/_includes/footer.html
index 85e1e38..f66a879 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -1,31 +1,7 @@
-<footer class="site-footer h-card">
- <data class="u-url" href="{{ "/" | relative_url }}"></data>
-
- <div class="wrapper">
-
- <h2 class="footer-heading">{{ site.title | escape }}</h2>
-
- <div class="footer-col-wrapper">
- <div class="footer-col footer-col-1">
- <ul class="contact-list">
- <li class="p-name">
- {%- if site.author -%}
- {{ site.author | escape }}
- {%- else -%}
- {{ site.title | escape }}
- {%- endif -%}
- </li>
- {%- if site.email -%}
- <li><a class="u-email" href="mailto:{{ site.email }}">{{ site.email }}</a></li>
- {%- endif -%}
- </ul>
- </div>
-
- <div class="footer-col footer-col-2">
- {%- include social.html -%}
- </div>
- </div>
-
- </div>
-
+<footer>
+ <p class="license light">
+ Unless otherwised specified, all works are licensed under the
+ <a href="{{ '/assets/wtfpl.txt' | relative_url}}">WTFPL</a>.
+ </p>
</footer>
+