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 15:29:21 +0300
committerKarthik <kskarthik@disroot.org>2020-01-22 15:29:21 +0300
commit6d1899f1f0a74e1772a0e91ab427c4b083206673 (patch)
tree4d03abce2de06f58f5fc5a318217a4da21696b4a
parentd96b69c9a0aa8acfae45d4ca97a9d32aeb62b271 (diff)
fix img url, add theme name in footer
-rw-r--r--layouts/index.html4
-rw-r--r--layouts/partials/footer.html2
-rw-r--r--static/img/paper.jpgbin416817 -> 0 bytes
3 files changed, 3 insertions, 3 deletions
diff --git a/layouts/index.html b/layouts/index.html
index 1837ccc..ca77e9a 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -14,8 +14,8 @@
</div>
</section>
<section class="container text-center mt-2">
- <a href='{{ "img/no-facebook.png" | absURL }}' target="_blank" class="href">
- <img class="img-responsive" width="200px" src="https://stallman.org/no-facebook.png" alt="I'm Not On Faceboook">
+ <a href='https://stallman.org/facebook.html' target="_blank">
+ <img class="img-responsive" src='{{ "img/no-facebook.png" | absURL }}' width="200px" alt="I'm Not On Faceboook">
</a>
</section>
{{end}}
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index ad609f3..9d07a81 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 class='text-warning' href="https://gohugo.io">Hugo</a></small>
+ <small>{{.Site.Copyright | safeHTML }} Theme: <a class='text-warning' href="https://themes.gohugo.io/monopriv">Monopriv</a> | Crafted with <a class='text-warning' href="https://gohugo.io">Hugo</a></small>
</div>
{{ if .Site.Params.analytics }}
{{ template "_internal/google_analytics.html" . }}
diff --git a/static/img/paper.jpg b/static/img/paper.jpg
deleted file mode 100644
index c5c2a7c..0000000
--- a/static/img/paper.jpg
+++ /dev/null
Binary files differ