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/fs.qtpl | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'templates/fs.qtpl') diff --git a/templates/fs.qtpl b/templates/fs.qtpl index 489f79f..3dc2c5a 100644 --- a/templates/fs.qtpl +++ b/templates/fs.qtpl @@ -14,7 +14,7 @@ type FilePage struct {
- {% for _, h := range p.Page.History %}{%s h.Name %}/{% endfor %} + {% for _, h := range p.Page.History %}{%s h.Name %}/{% endfor %}
@@ -22,15 +22,17 @@ type FilePage struct {
+ {% if p.ShowMode %}{%s f.Info.Mode().String() %} {% endif %} {% if p.ShowOwner %}{%d f.GetGid() %}:{%d f.GetUid() %} {% endif %} {% if f.Info.IsDir() %} - {%s f.Info.Name() %}/ + + {%s f.Info.Name() %}/ {% else %} {%s f.Info.Name() %} {% endif %}
-
{%dl f.Info.Size() %} B
+
{%dl f.Info.Size() %} B
{% endfor %} -- cgit v1.2.3