M TODO.md => TODO.md +6 -5
@@ 2,11 2,8 @@
- right justify the top links
- right justify the footer
-- format all CSS
-
-### DRY up the footer
-
-share the footer via an include, as opposed to duplicating it in multiple files
+- format all CSS source
+- ensure matched HTML tags aren't spread across multiple files
### fully switch to CC BY instead of using copyright
@@ 17,3 14,7 @@ replace copyright footer with a [CC-BY-4.0 icon and link][cc-by-4.0-howto]
## WONT-DO
## COMPLETED
+
+### ~~DRY up the footer~~
+
+~~share the footer via an include, as opposed to duplicating it in multiple files~~
D => +0 -9
@@ 1,9 0,0 @@
<footer>
<a href="{{ site.baseurl }}/blog">← Back to all writings</a>
<div class="bottom-footer">
<i>Theme
<a href="https://knhash.in/jekyllBear" title="the art">jekyllBear</a> built and maintained by
<a href="https://knhash.in" title="the artist">knhash</a>
</i>
</div>
</footer>
M _layouts/post.html => _layouts/post.html +1 -1
@@ 16,7 16,7 @@ layout: compress
</main>
-{% include footer-post.html %}
+{% include footer.html %}
</body>