2019-09-11 06:19:34 +02:00
|
|
|
<footer class="site-footer h-card">
|
|
|
|
<data class="u-url" href="{{ "/" | relative_url }}"></data>
|
|
|
|
|
|
|
|
<div class="wrapper">
|
2019-09-12 12:38:59 +02:00
|
|
|
<div class="site-footer-inner">
|
2021-06-29 04:42:51 +02:00
|
|
|
{%- assign currentYear = 'now' | date: "%Y" -%}
|
|
|
|
{%- assign copyright = site.copyright
|
|
|
|
| replace: '{currentYear}', currentYear
|
2021-06-29 04:31:58 +02:00
|
|
|
| replace: '{author}', site.author
|
|
|
|
| replace: '(c)', '©'
|
|
|
|
| replace: '(p)', '℗'
|
|
|
|
| replace: '(cleft)', '<span class="copyleft">©</span>'
|
2021-06-29 04:42:51 +02:00
|
|
|
-%}
|
|
|
|
<div>{{ copyright }}</div>
|
2019-09-11 06:19:34 +02:00
|
|
|
<div>Powered by <a title="Jekyll is a simple, blog-aware, static site
|
|
|
|
generator." href="http://jekyllrb.com/">Jekyll</a> & <a title="Yat, yet
|
|
|
|
another theme." href="https://github.com/jeffreytse/jekyll-theme-yat">Yat Theme</a>.</div>
|
2019-09-12 12:38:59 +02:00
|
|
|
<div class="footer-col rss-subscribe">Subscribe <a href="{{ "/feed.xml" | relative_url }}">via RSS</a></div>
|
|
|
|
</div>
|
2019-09-11 06:19:34 +02:00
|
|
|
</div>
|
|
|
|
</footer>
|