update the post permalink format to include language code

This commit is contained in:
Benjamin Jones 2020-04-28 13:52:44 +02:00
parent 0fc453d2ce
commit 054896e0c6
3 changed files with 7 additions and 1 deletions

View File

@ -24,7 +24,7 @@ description: >- # this means to ignore newlines until "baseurl:"
ReclaimFutures is a technology and culture conference exploring post-capitalist desire, utopian horizons, alternative computing and ecology..
baseurl: "" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site, e.g. http://example.com
permalink: /:year/news/:title:output_ext
permalink: /:categories/news/:year/:title:output_ext
# Build settings

View File

@ -13,6 +13,12 @@ layout: page
<div class="post-content">
{{ content }}
</div>
<!-- {% for tag in page.tags %}
<p class="tag">
#{{ tag }}
</p>
{% endfor %} -->
</div>
{% include common/subscribe.html %}
</article>