summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2022-11-12 11:26:44 +0000
committerdakkar <dakkar@thenautilus.net>2022-11-12 11:27:57 +0000
commit4763533bb2bba131ef53368f8b12fab9a9d7ea4c (patch)
tree4e76b83510f99dee665e8b77adf680df18e513a6 /templates
parentmention fedi (diff)
downloadthenautilus-4763533bb2bba131ef53368f8b12fab9a9d7ea4c.tar.gz
thenautilus-4763533bb2bba131ef53368f8b12fab9a9d7ea4c.tar.bz2
thenautilus-4763533bb2bba131ef53368f8b12fab9a9d7ea4c.zip
social links on every page
Diffstat (limited to 'templates')
-rw-r--r--templates/du2html.xsl10
1 files changed, 9 insertions, 1 deletions
diff --git a/templates/du2html.xsl b/templates/du2html.xsl
index fccee23..e1f4669 100644
--- a/templates/du2html.xsl
+++ b/templates/du2html.xsl
@@ -346,6 +346,7 @@
<ul>
<li><x:call-template name="taglink"><x:with-param name="tag">hardware</x:with-param></x:call-template></li>
<li><x:call-template name="taglink"><x:with-param name="tag">software</x:with-param></x:call-template></li>
+ <li><x:call-template name="taglink"><x:with-param name="tag">review</x:with-param></x:call-template></li>
<x:if test="$language = 'it'"> <!-- non ci sono racconti in inglese, per ora -->
<li><x:call-template name="taglink"><x:with-param name="tag">racconti</x:with-param></x:call-template></li>
</x:if>
@@ -354,7 +355,14 @@
</ul>
<a href="{wc:dst-uri-for('/tags/')}"><x:value-of select="$const-tr[@t='alltags' and @l=$language]"/></a>
<hr />
- <a href="{wc:dst-uri-for('/contacts/')}"><x:apply-templates select="wc:title-for($language,$filename,'/contacts/')/node()" /></a>
+ <p>
+ <a href="{wc:dst-uri-for('/contacts/')}"><x:apply-templates select="wc:title-for($language,$filename,'/contacts/')/node()" /></a>
+ </p>
+ <p>
+ <a href="https://s.thenautilus.net/@dakkar" rel="me" class="icon-link"><img src="/fedi.svg" /></a>
+ <a href="https://twitter.com/dakkar" rel="me" class="icon-link"><img src="/twitter.svg" /></a>
+ <a href="https://instagram.com/dakkarinsta" rel="me" class="icon-link"><img src="/instagram.svg" /></a>
+ </p>
</div>
</x:template>