diff options
| author | Danilo M. <danix@danix.xyz> | 2026-04-28 13:58:44 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-04-28 13:58:44 +0200 |
| commit | d2afde3518e48f21444b61fd6ccf9e50cc0508c0 (patch) | |
| tree | e69fa5b8d4c58c4a500dd543a224f1420b7679e1 | |
| parent | 415c548b31e3d7e8f567d16b0d9b305a4cc3f214 (diff) | |
| download | danixxyz-theme-d2afde3518e48f21444b61fd6ccf9e50cc0508c0.tar.gz danixxyz-theme-d2afde3518e48f21444b61fd6ccf9e50cc0508c0.zip | |
fix: remove extra template end tag
| -rw-r--r-- | layouts/repository/single.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/layouts/repository/single.html b/layouts/repository/single.html index c3d4113..6249193 100644 --- a/layouts/repository/single.html +++ b/layouts/repository/single.html @@ -75,7 +75,6 @@ </div> {{ end }} </div> - {{ end }} </section> </div> </article> |
