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

github.com/PippoRJ/hugo-refresh.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpippo <roberto.jordaney.2014@live.rhul.ac.uk>2021-03-07 18:26:28 +0300
committerpippo <roberto.jordaney.2014@live.rhul.ac.uk>2021-03-07 18:26:28 +0300
commit2f61f41d97d7955e6de02b84565ec0e18f5fefe8 (patch)
tree6806b7eadd9dfebe938a89c4e27d2b937fe7d204
parentc8b6bfe0a8c2115c1d5708c92c11bcfd0a356d9b (diff)
Fixed all tags size problems
-rwxr-xr-xlayouts/_default/terms.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/layouts/_default/terms.html b/layouts/_default/terms.html
index b441c75..ca20ab2 100755
--- a/layouts/_default/terms.html
+++ b/layouts/_default/terms.html
@@ -9,7 +9,6 @@
{{- with $.Site.GetPage (printf "/tags/%s" $name) -}}
<section class="section">
<div class="container">
- <div class="columns">
<div class="column is-centered-tablet-portrait">
<h1 class="title section-title">{{ .Page.Title }}</h1>
<h5 class="subtitle is-5 is-muted">{{ .Params.Subtitle }}</h5>
@@ -29,7 +28,6 @@
</div>
</div>
</div>
- </div>
</div>
</section>
{{- end -}}