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

github.com/hauke96/hugo-theme-hamburg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHauke Stieler <mail@hauke-stieler.de>2022-01-19 12:12:38 +0300
committerHauke Stieler <mail@hauke-stieler.de>2022-01-19 12:12:38 +0300
commit03e79ef293f9845c9af1a6fabbd5b27203470ba2 (patch)
treedb9bd6ce13c3929016a2c25e2580e7be6eeb66ea
parentaf3982b386e835d31bf4151486f9afcbf7fc97b4 (diff)
parentb38362067cceefd37795a1ce61c7659d896571d8 (diff)
Merge branch 'master' into dev
-rw-r--r--layouts/_default/single.html3
-rw-r--r--static/css/main.css1
2 files changed, 4 insertions, 0 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 910d6b6..953476f 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -77,6 +77,8 @@
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
{{ end }}
{{ end }}
+ {{ if (isset .Params "nopagination") }}
+ {{ else }}
<div class="delimiter"></div>
<div class="pager-container">
{{ with .PrevInSection }}
@@ -105,6 +107,7 @@
</div>
</a>
{{ end }}
+ {{ end }}
</div>
</footer>
</article>
diff --git a/static/css/main.css b/static/css/main.css
index 3e08185..574a0cd 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -376,6 +376,7 @@ I don't use the default pager-class because I want to use the normal buttons wit
/* Table */
table {
width: 100%;
+ margin: 15px 0px;
}
table, th, td {