summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-12-25 19:21:32 +0100
committerYann Herklotz <git@yannherklotz.com>2021-12-25 19:21:32 +0100
commit03631d75014be717a8c3e6a23ec5f2db1939e078 (patch)
tree4aa06c8387d1d7bb680c864fcfab3150f9e9c83a
parent772dcc1fa524fe8937de192b4e626817ba443a4c (diff)
downloadhugo-ymherklotz-03631d75014be717a8c3e6a23ec5f2db1939e078.tar.gz
hugo-ymherklotz-03631d75014be717a8c3e6a23ec5f2db1939e078.zip
Update socials
-rw-r--r--layouts/partials/footer.html13
-rw-r--r--static/css/default.css6
2 files changed, 10 insertions, 9 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index da5ef8a..ef36064 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -1,16 +1,15 @@
<footer>
<p class="social">
<a href="https://github.com/ymherklotz"><i class="fab fa-github"></i></a>
- <a href="https://gitlab.com/ymherklotz"><i class="fab fa-gitlab"></i></a>
- <a href="https://linkedin.com/in/yannherklotz"><i class="fab fa-linkedin-in"></i></a>
- <a href="https://twitter.com/@ymherklotz"><i class="fab
- fa-twitter"></i></a>
- <a href="mailto:yann@yannherklotz.com"><i class="fas
- fa-envelope"></i></a>
+ <a href="https://sr.ht/~ymherklotz"><i class="fab fa-git"></i></a>
+ <a href="https://twitter.com/@ymherklotz"><i class="fab fa-twitter"></i></a>
+ <a href="mailto:yann@yannherklotz.com"><i class="fas fa-envelope"></i></a>
<a href="/index.xml"><i class="fas fa-rss"></i></a>
</p>
<div class="generated-by">
- &#169; 2019-2021 Yann Herklotz
+ <p>&#169; 2019-2021 Yann Herklotz</p>
+ <p>The content is licensed under a <a href="http://creativecommons.org/licenses/by/4.0/">CC-BY
+ 4.0</a> license.</p>
</div>
</footer>
{{ if .Site.Params.katex }}
diff --git a/static/css/default.css b/static/css/default.css
index 57dc2ef..93e081b 100644
--- a/static/css/default.css
+++ b/static/css/default.css
@@ -130,14 +130,16 @@ th, td {
padding-left: 2em;
}
-.generated-by {
+.generated-by p {
font-family: "Iosevka Web", monospace;
font-size: 0.8rem;
+ line-height: 0.8em;
text-align: right;
}
.social {
- font-size: 1.2rem;
+ font-size: 2rem;
+ line-height: 0;
text-align: center;
}