1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-09-24 10:08:50 +02:00
blog/_src/_includes/footer.html

56 lines
2.4 KiB
HTML
Raw Normal View History

2015-08-18 20:55:30 +02:00
<footer role="contentinfo" class="site__footer">
<div class="footer__content">
2014-07-12 21:22:47 +02:00
2015-08-18 20:55:30 +02:00
<div class="container">
2014-07-12 21:22:47 +02:00
2015-08-18 20:55:30 +02:00
<div class="vcard author">
<img class="avatar photo" src="/assets/img/avatar.jpeg" />
<p class="footer-description">Blog of designer &amp; developer <a class="fn" rel="author" href="/about/">{{ site.author.name }}</a>
</div>
2013-12-09 10:43:46 +01:00
2015-08-18 20:55:30 +02:00
<aside class="subscribe">
<h1 class="subscribe-title">Subscribe</h1>
<p>
2016-04-16 19:09:30 +02:00
<a class="link rss" href="http://kremalicious.com/feed">
2015-08-18 20:55:30 +02:00
<svg class="icon icon-entypo icon-entypo-rss">
<use xlink:href="/assets/img/sprite.svg#entypo-rss"></use>
</svg>
</a>
2016-04-16 19:09:30 +02:00
<a class="link twitter" href="https://twitter.com/kremaliciouscom">
2015-08-18 20:55:30 +02:00
<svg class="icon icon-entypo icon-entypo-twitter">
<use xlink:href="/assets/img/sprite.svg#entypo-twitter"></use>
</svg>
</a>
2016-04-16 19:09:30 +02:00
<a class="link google" href="https://plus.google.com/100015950464424503954" rel="publisher">
2015-08-18 20:55:30 +02:00
<svg class="icon icon-entypo icon-entypo-google+">
<use xlink:href="/assets/img/sprite.svg#entypo-google+"></use>
</svg>
</a>
2016-04-16 19:09:30 +02:00
<a class="link facebook" href="https://www.facebook.com/pages/kremalicious/154539134564052">
2015-08-18 20:55:30 +02:00
<svg class="icon icon-entypo icon-entypo-facebook">
<use xlink:href="/assets/img/sprite.svg#entypo-facebook"></use>
</svg>
</a>
</p>
</aside>
2015-08-10 00:48:31 +02:00
2015-08-18 20:55:30 +02:00
<section class="footer-copyright">
2016-04-16 19:09:30 +02:00
<p>&copy; 2005&ndash;{{ site.time | date: "%Y" }} <a href="http://matthiaskretschmann.com" rel="me">Matthias Kretschmann</a></p>
2015-08-18 20:55:30 +02:00
<p>
<a href="https://github.com/kremalicious/kremalicious3">
<svg class="icon icon-entypo icon-entypo-github">
<use xlink:href="/assets/img/sprite.svg#entypo-github"></use>
</svg>
View source
</a>
</p>
</section>
2015-08-09 21:50:06 +02:00
2015-08-18 20:55:30 +02:00
</div>
</div>
2013-11-23 21:53:52 +01:00
</footer>
{% include scripts.html %}