update the post permalink format to include language code
This commit is contained in:
parent
0fc453d2ce
commit
054896e0c6
@ -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
|
||||
|
@ -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>
|
Loading…
Reference in New Issue
Block a user