d06b7677c8
This is a large-ish commit that adds bunch of features to the base
"tale" theme forked from https://github.com/chesterhow/tale at de5cd20
.
The changes:
- custom footer
- support for sidenotes, original taken from:
https://blog.jkl.gg/jekyll-footnote-tufte-sidenote/
- logo at the top of the website
- date format is %Y-%m-%d
- The "written by" in article is only shown when article's author
differs from site author
- Pages subpage shows list of posts sorted by years
6 lines
259 B
HTML
6 lines
259 B
HTML
<footer>
|
|
<span>
|
|
© <time datetime="{{ site.time }}">{{ site.time | date: '%Y' }}</time> {{ site.author.name }}. I speak only for myself.
|
|
<!-- Made with Jekyll using a customized https://github.com/chesterhow/tale/ theme. -->
|
|
</span>
|
|
</footer>
|