diff options
author | Gabriel Arakaki Giovanini <mail@gabrielgio.me> | 2022-06-22 18:55:30 +0200 |
---|---|---|
committer | Gabriel Arakaki Giovanini <mail@gabrielgio.me> | 2022-06-22 19:00:17 +0200 |
commit | 284b17243a88034f288704adc37b66d5eed325da (patch) | |
tree | 0e3f795f670bf052e5eed205a93e3cd713251b99 /themes/flamingo/layouts | |
parent | 4a80e110f67f1c12c0bbc297b7cf439aa2ed3eba (diff) | |
download | gabrielgio.me-284b17243a88034f288704adc37b66d5eed325da.tar.gz gabrielgio.me-284b17243a88034f288704adc37b66d5eed325da.tar.bz2 gabrielgio.me-284b17243a88034f288704adc37b66d5eed325da.zip |
feat: Remove fonts and update get in contact info
Remove unused webfonts.
Also move main means of contact to email.
Diffstat (limited to 'themes/flamingo/layouts')
-rw-r--r-- | themes/flamingo/layouts/partials/footer.html | 2 | ||||
-rw-r--r-- | themes/flamingo/layouts/partials/post-description.html | 19 |
2 files changed, 7 insertions, 14 deletions
diff --git a/themes/flamingo/layouts/partials/footer.html b/themes/flamingo/layouts/partials/footer.html index c7e0e49..79a3916 100644 --- a/themes/flamingo/layouts/partials/footer.html +++ b/themes/flamingo/layouts/partials/footer.html @@ -3,7 +3,7 @@ <nav> <ul> <li><a href="/privacy/">privacy</a></li> - <li><a href="https://gitlab.com/gabrielgio/gabrielgio">gitlab</a></li> + <li><a href="https://git.sr.ht/~gabrielgio/">sr.ht</a></li> <li><a href="/index.xml">rss</a></li> </ul> </nav> diff --git a/themes/flamingo/layouts/partials/post-description.html b/themes/flamingo/layouts/partials/post-description.html index c3382ce..d45f8a6 100644 --- a/themes/flamingo/layouts/partials/post-description.html +++ b/themes/flamingo/layouts/partials/post-description.html @@ -2,26 +2,19 @@ <div class="slim-description"> <p> A gathering of information about some things I do on my spare time. You - can find me on + can find me at <a class="brand-icon" target="_blank" - href="https://gitlab.com/gabrielgio" + href="mailto:mail@gabrielgio.me" > - gitlab - </a>, + mail + </a> or to my public mail list at <a class="brand-icon" target="_blank" - href="https://twitter.com/giovaninigabs"> - twitter - </a> - and - <a - class="brand-icon" - target="_blank" - href="https://www.linkedin.com/in/gabriel-giovanini/"> - linkedin + href="mailto:~gabarielgio/public@lists.sr.ht"> + ~gabarielgio/public </a> . </p> |