fix .onion img src

This commit is contained in:
anarsec 2024-04-14 22:16:58 +00:00
parent ec6fb8110b
commit 7e7fbd3bc1
No known key found for this signature in database
8 changed files with 54 additions and 49 deletions

View file

@ -510,7 +510,6 @@ $footer-padding: 1.0rem 2.5rem
/* hide for 1023px instead of default 768px */
.is-hidden-mobile
display: none !important
html
scroll-behavior: smooth
@ -588,7 +587,7 @@ body[theme="dark"]
body[theme="dark"] article.box
background-color: black !important
box-shadow: 0 .5em 1em -.125em rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.02)
box-shadow: 0 .5em 1em -.125em rgba(245,245,245,.1),0 0 0 1px rgba(245,245,245,.02)
body[theme="dark"] blockquote
background-color: #090809 !important
@ -603,6 +602,9 @@ body[theme="dark"] .footer
body[theme="dark"] .navbar-item
color: #c9c7c9 !important
body[theme="dark"] .navbar-item:hover
color: black !important
body[theme="dark"] p
color: #c9c7c9 !important
@ -633,6 +635,9 @@ body[theme="dark"] h4
body[theme="dark"] a.toc
color: #c9c7c9 !important
body[theme="dark"] a.toc:hover
color: black !important
body[theme="dark"] a:not(.toc,.navbar-item)
color: #fa86d8 !important

View file

@ -58,7 +58,7 @@
</span>
<span>Published on&nbsp;</span>
<span><time datetime="{{ page.date }}">{{ page.date | date(format='%B %d, %Y') }}</time></span>
<span>&nbsp;| <a href="http://wmj5kiic7b6kjplpbvwadnht2nh2qnkbnqtcv3dyvpqtz7ssbssftxid.onion/anarsec/anarsec.guide/-/blob/no-masters/CHANGELOG.md#{{page.title | slugify}}">Last edited on&nbsp;<time datetime="{{ page.extra.dateedit }}">{{ page.extra.dateedit | date(format='%B %d, %Y') }}</time></a></span>
<span>&nbsp;| <a href="https://0xacab.org/anarsec/anarsec.guide/-/blob/no-masters/CHANGELOG.md#{{page.title | slugify}}">Last edited on&nbsp;<time datetime="{{ page.extra.dateedit }}">{{ page.extra.dateedit | date(format='%B %d, %Y') }}</time></a></span>
</span>
{% endmacro %}