~komidore64/website

52316c3ae1d24c76e8e853f07532c74daf8aeae0 — Adam Price 2 years ago 7dfbb1d
one footer to rule them all
3 files changed, 7 insertions(+), 15 deletions(-)

M TODO.md
D _includes/footer-post.html
M _layouts/post.html
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 _includes/footer-post.html => _includes/footer-post.html +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>