NixNet/blog/index.html

28 lines
844 B
HTML
Raw Normal View History

---
layout: page
title: "~/"
subtitle: "You are, quite obviously, home."
sitemap:
priority: 0.9
---
<script type="text/javascript">
var BFTN_WIDGET_OPTIONS = {
org: dp, // @type {string}
cookieExpirationDays: 2, // @type {number}
disableGoogleAnalytics: true, // @type {boolean}
disableDonations: false, // @type {boolean}
alwaysShow: false, // @type {boolean}
};
</script>
<script src="https://july23.battleforthenet.com/widget.js" async></script>
<ul class="list-posts">
{% for post in site.posts %}
<li class="post-teaser">
<a href="{{ post.url | prepend: site.baseurl }}">
<span class="post-teaser__title">{{ post.title }}</span>
<span class="post-teaser__date">{{ post.date | date: "%d %B %Y" }}</span>
</a>
</li>
{% endfor %}
</ul>