cv-website

Personal website and CV
git clone https://git.in0rdr.ch/cv-website.git
Log | Files | Refs | Pull requests | README | LICENSE

footer.html (388B)


      1 <footer class="site-footer">
      2   <div class="container">
      3 	  <small class="block">&copy; {{ site.time | date: '%Y' }} {{ site.author.name }} &middot; <a href="{{ "/feed.xml" | relative_url }}" target="_blank">RSS</a> &middot; &lt;/&gt; Powered by <a href="https://jekyllrb.com/">Jekyll</a> and <a href="https://github.com/heiswayi/thinkspace">Thinkspace theme</a></small>
      4   </div>
      5 </footer>