ee7c61b3af
Improve modularity by outsourcing the nav and footer tags into distinct files. Signed-off-by: Dominik Prodinger <prodinger.d@outlook.com>
5 lines
231 B
HTML
5 lines
231 B
HTML
<footer>
|
|
<span>
|
|
© <time datetime="{{ site.time }}">{{ site.time | date: '%Y' }}</time> {{ site.author.name }}. Made with Jekyll using the <a href="https://github.com/chesterhow/tale/">Tale</a> theme.
|
|
</span>
|
|
</footer>
|