xsl/gemini.xsl: mangle portal links
All checks were successful
c3d2-web deployed
c3d2-gemini deployed

This commit is contained in:
Astro 2022-03-05 01:21:28 +01:00
parent 68089a3fde
commit 5186149c71

View File

@ -217,7 +217,9 @@
<template match="/page/portal/item"> <template match="/page/portal/item">
<text>=> </text> <text>=> </text>
<value-of select="link"/> <call-template name="make-href">
<with-param name="href" select="link"/>
</call-template>
<text> </text> <text> </text>
<if test="content-text"> <if test="content-text">
<call-template name="normalize-paragraph"> <call-template name="normalize-paragraph">