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..
|
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
|
baseurl: "" # the subpath of your site, e.g. /blog
|
||||||
url: "" # the base hostname & protocol for your site, e.g. http://example.com
|
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
|
# Build settings
|
||||||
|
@ -13,6 +13,12 @@ layout: page
|
|||||||
<div class="post-content">
|
<div class="post-content">
|
||||||
{{ content }}
|
{{ content }}
|
||||||
</div>
|
</div>
|
||||||
|
<!-- {% for tag in page.tags %}
|
||||||
|
<p class="tag">
|
||||||
|
#{{ tag }}
|
||||||
|
</p>
|
||||||
|
|
||||||
|
{% endfor %} -->
|
||||||
</div>
|
</div>
|
||||||
{% include common/subscribe.html %}
|
{% include common/subscribe.html %}
|
||||||
</article>
|
</article>
|
Loading…
Reference in New Issue
Block a user