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

gitlab.com/kskarthik/monopriv.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarthik <kskarthik@disroot.org>2020-01-22 13:10:25 +0300
committerKarthik <kskarthik@disroot.org>2020-01-22 13:10:25 +0300
commit6911ef1ab394327535266b383ea7c23321d10c40 (patch)
tree4d4c1b59d92e7cc7a899ec1a6980b04c3b5c8a44 /layouts/partials
parent3861e54b726eaca4608623944e737c05bef51666 (diff)
drop monospace for post title
Diffstat (limited to 'layouts/partials')
-rw-r--r--layouts/partials/footer.html2
-rw-r--r--layouts/partials/hero.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 6307626..ad609f3 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -1,6 +1,6 @@
<footer>
<div class="container-fluid bg-dark text-white text-monospace text-center mt-4">
- <small>{{.Site.Copyright | safeHTML }} | Crafted using <a href="https://gohugo.io">Hugo</a></small>
+ <small>{{.Site.Copyright | safeHTML }} | Crafted using <a class='text-warning' href="https://gohugo.io">Hugo</a></small>
</div>
{{ if .Site.Params.analytics }}
{{ template "_internal/google_analytics.html" . }}
diff --git a/layouts/partials/hero.html b/layouts/partials/hero.html
index ce84760..b6b63fc 100644
--- a/layouts/partials/hero.html
+++ b/layouts/partials/hero.html
@@ -12,4 +12,4 @@
</div>
</div>
-</section>
+</section> \ No newline at end of file