blob: 8a8eb68717d6420c28627901f1b617a9ba43fcac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
---
layout: default
---
<h1 class="post-title-smaller">
{{ page.title }}{% if page.subtitle %}.<small class="post-subtitle"> {{ page.subtitle }}</small>{% endif %}
</h1>
{% include postmeta.html urltobeused="/" date=page.date tags=page.tags %}
{{ content }}
<div class="post-notice">
<p>
{% t blog.notice %}
<a href="https://creativecommons.org/licenses/by-nd/4.0/">Creative Commons BY-ND 4.0</a>.
</p>
<p>
{% t blog.rss %}
{% if site.lang == "ca" %}
<a href="/feed.xml">canal d'RSS</a>.
{% else %}
<a href="/feed.en.xml">RSS Feed</a>.
{% endif %}
</p>
</div>
|