Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDillon <dillonzq@outlook.com>2020-02-24 12:00:39 +0300
committerDillon <dillonzq@outlook.com>2020-02-24 12:00:39 +0300
commit72a2e9bdcfee2daba6503cd473609d5ea34f2b30 (patch)
tree33292ea63e924455f7da15883952b19874583e80 /layouts/_default/single.html
parentfbfcbaebcab2cfc8a65cdbdf1dc50c871320b3ac (diff)
feat(image): add image lightgallery
Diffstat (limited to 'layouts/_default/single.html')
-rw-r--r--layouts/_default/single.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 13e3e21..5bdc32e 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -8,7 +8,7 @@
</h1>
{{- /* Content */ -}}
- <div class="content">
+ <div class="content" id="content">
{{- partial "single/content.html" .Content -}}
</div>
</div>