1
0

Update rendering of summaries

This commit is contained in:
suroh 2025-03-19 13:08:29 +01:00
parent c456a1e406
commit 0bab402211

@ -16,7 +16,7 @@ layout: base.webc
</div>
</div>
<p @text="cv.header.summary[lang]"></p>
<p @html="cv.header.summary[lang]"></p>
</header>
<template webc:for="x of cv.experience" webc:nokeep>
@ -33,7 +33,7 @@ layout: base.webc
</header>
<main>
<p @text="i.summary[lang]"></p>
<p @html="i.summary[lang]"></p>
</main>
</section>
</template>