diff options
author | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-15 13:36:31 +0300 |
---|---|---|
committer | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-15 13:36:31 +0300 |
commit | 017c7b792f3e679f61b004ec132a36f866b39e9b (patch) | |
tree | b124b2166395867f712ea494593190b8fea3c892 /layouts/_default/single.html | |
parent | 1a3c2d8460a0901d81bdd2218560d6ab050d935f (diff) |
Auto-commit 2024-12-15
Diffstat (limited to 'layouts/_default/single.html')
-rw-r--r-- | layouts/_default/single.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 6996c92..c0b1eef 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -4,6 +4,6 @@ {{ partial "single/header.html" . }} <div class="e-content">{{ .Content }}</div> {{ partial "single/footer.html" . }} - </div> </div> +</div> {{ end }} |