From 969b7600a86185187cd17d45bd252143db4a6728 Mon Sep 17 00:00:00 2001 From: Gabriel Arakaki Giovanini Date: Wed, 16 Aug 2023 19:31:48 +0200 Subject: ref: Some typography tweaks --- templates/album.qtpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'templates/album.qtpl') diff --git a/templates/album.qtpl b/templates/album.qtpl index ce8111e..9f4c0bd 100644 --- a/templates/album.qtpl +++ b/templates/album.qtpl @@ -20,10 +20,10 @@ func (m *AlbumPage) PreloadAttr() string { {% func (p *AlbumPage) Title() %}Media{% endfunc %} {% func (p *AlbumPage) Content() %} -

{%s p.Name %}

+

{%s p.Name %}

{% for _, a := range p.Albums %} - {%s a.Name %} + {%s a.Name %} {% endfor %}
@@ -41,7 +41,7 @@ func (m *AlbumPage) PreloadAttr() string {
{% endfor %} -
+
next
{% endfunc %} -- cgit v1.2.3