diff options
Diffstat (limited to 'templates/du2html.xsl')
-rw-r--r-- | templates/du2html.xsl | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/templates/du2html.xsl b/templates/du2html.xsl index 86e0088..07e27c1 100644 --- a/templates/du2html.xsl +++ b/templates/du2html.xsl @@ -330,6 +330,7 @@ <x:template match="/document" mode="sidebar"> <x:apply-templates select="." mode="navblock"/> <x:apply-templates select="." mode="navtags"/> + <x:apply-templates select="." mode="feditl"/> <x:apply-templates select="." mode="amazon"/> </x:template> @@ -357,12 +358,15 @@ </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> + <x:template match="/document" mode="feditl"> + <iframe src="https://s.thenautilus.net/embed/user-timeline/900rccolig?header=false&maxHeight=700&border=false" data-misskey-embed-id="v1_46874d3f-8b03-40a3-b6f2-ef383b28c211" loading="lazy" referrerpolicy="strict-origin-when-cross-origin" style="border: none; width: 100%; max-width: 500px; height: 300px; color-scheme: light dark;"></iframe> + </x:template> + <x:template match="/document" mode="amazon"> <div id="amazon-wishlist"> <a href="//www.amazon.co.uk/registry/wishlist/INP247PNKQSZ"> |