diff --git a/_includes/footer.html b/_includes/footer.html index d194089..e968ab2 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -8,17 +8,33 @@ } .footer-icons { display: inline; - width: 1rem; + height: 1rem; vertical-align: middle; margin-bottom: 0; + border-radius: 0; } + .footer-sponsor, .footer-sponsor:hover, .footer-sponsor:focus { + border-bottom: none; + text-decoration: none; + } + .footer-sponsor img { + display: inline; + height: 1.3rem; + vertical-align: middle; + margin-bottom: 0; + border-radius: 0; + } - 2023 - Revuo Monero.
- Source Code & Licenses.
+ 2023 - Revuo Monero
+ Source Code & Licenses
+ Sponsored by diff --git a/_sass/layout.scss b/_sass/layout.scss index c37e7bb..b34aa6d 100644 --- a/_sass/layout.scss +++ b/_sass/layout.scss @@ -374,7 +374,7 @@ footer { #wrap { min-height: 100%; position: relative; - padding-bottom: 105px; + padding-bottom: 140px; } .footer { @@ -385,4 +385,4 @@ footer { position: absolute; width: 100%; bottom: 0; -} \ No newline at end of file +} diff --git a/atom.xml b/atom.xml index 1b231d0..0ac0e29 100644 --- a/atom.xml +++ b/atom.xml @@ -6,8 +6,8 @@ layout: null {{ site.title }} - - {{ site.url }} + + {{ site.baseurl }} {{ site.time | date_to_xmlschema }} {{ site.author.name }} @@ -19,14 +19,14 @@ layout: null {{ post.title }} - - {{ site.url }}{{ post.id }} + + {{ site.baseurl }}{{ post.id }} {{ post.date | date_to_xmlschema }} {{ post.content | xml_escape | truncatewords:50 }} {% assign post_image = post.image.path | default: post.image %} {% if post_image %} {% unless post_image contains "://" %} - {% assign post_image = post_image | absolute_url %} + {% assign post_image = post_image | prepend: site.baseurl %} {% endunless %} diff --git a/img/digilol.png b/img/digilol.png new file mode 100644 index 0000000..b7a7eb7 Binary files /dev/null and b/img/digilol.png differ diff --git a/img/itoopie.png b/img/itoopie.png new file mode 100644 index 0000000..48bc0e5 Binary files /dev/null and b/img/itoopie.png differ diff --git a/img/tor.png b/img/tor.png new file mode 100644 index 0000000..0d05275 Binary files /dev/null and b/img/tor.png differ