tale/_includes/footer.html
Dominik Prodinger ee7c61b3af
Break up Navigation and Footer into Separate Files
Improve modularity by outsourcing the nav and footer tags into distinct
files.

Signed-off-by: Dominik Prodinger <prodinger.d@outlook.com>
2018-10-03 08:32:27 +02:00

6 lines
231 B
HTML

<footer>
<span>
&copy; <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>