Use absolute paths for icons
Lonami Exo totufals@hotmail.com
Tue, 09 Feb 2021 20:48:00 +0100
2 files changed,
9 insertions(+),
9 deletions(-)
M
templates/base.html
→
templates/base.html
@@ -32,7 +32,7 @@ <li><a href="/blog" class="{% if current_path is starting_with('/blog') %}selected{% endif %}">blog</a></li>
<li><a href="/golb" class="{% if current_path is starting_with('/golb') %}selected{% endif %}">golb</a></li> </ul> <div class="right"> - <a href="https://github.com/LonamiWebs"><img src="img/github.svg" alt="github" /></a> + <a href="https://github.com/LonamiWebs"><img src="/img/github.svg" alt="github" /></a> <a href="/blog/atom.xml"><img src="/img/rss.svg" alt="rss"></a> </div> </nav>
M
templates/index.html
→
templates/index.html
@@ -61,28 +61,28 @@ <a href="https://github.com/LonamiWebs/">GitHub</a>.</p>
<h2 id="more-links">More links</h2> <dl> - <dt><a href="https://t.me/LonamiWebs"><img src="img/telegram.svg" alt="" /> My Telegram</a></dt> + <dt><a href="https://t.me/LonamiWebs"><img src="/img/telegram.svg" alt="" /> My Telegram</a></dt> <dd>Come meet me at my group in Telegram and talk about anything!</dd> - <dt><a href="/blog"><img src="img/blog.svg" alt="blog" /> My blog</a></dt> + <dt><a href="/blog"><img src="/img/blog.svg" alt="blog" /> My blog</a></dt> <dd>Sometimes I blog about things, whether it's games, techy stuff, or random life stuff.</dd> - <dt><a href="/golb"><img src="img/blog.svg" class="golb" alt="golb" /> My golb</a></dt> + <dt><a href="/golb"><img src="/img/blog.svg" class="golb" alt="golb" /> My golb</a></dt> <dd>What? You don't know what a golb is? It's like a blog, but less conventional.</dd> - <dt><a href="https://github.com/LonamiWebs"><img src="img/github.svg" alt="github" /> My GitHub</a></dt> + <dt><a href="https://github.com/LonamiWebs"><img src="/img/github.svg" alt="github" /> My GitHub</a></dt> <dd>By far what I'm most proud of. I love releasing my projects as open source. There is no reason not to!</dd> - <dt><a href="/utils"><img src="img/utils.svg" alt="utilities" /> Several Utilities</a></dt> + <dt><a href="/utils"><img src="/img/utils.svg" alt="utilities" /> Several Utilities</a></dt> <dd>Random things I've put online because I keep forgetting about them.</dd> - <dt><a href="/stopwatch.html"><img src="stopwatch.svg" width="24" height="24" alt="stopwatch" /> stopwatch</a></dt> + <dt><a href="/stopwatch.html"><img src="/stopwatch.svg" width="24" height="24" alt="stopwatch" /> stopwatch</a></dt> <dd>An extremely simple JavaScript-based stopwatch.</dd> - <dt><a href="donate"><img src="img/bitcoin.svg" alt="donate" /> Donate</a></dt> + <dt><a href="donate"><img src="/img/bitcoin.svg" alt="donate" /> Donate</a></dt> <dd>Some people like what I do and want to compensate me for it, but I'm fine with compliments if you can't afford a donation!</dd> - <dt><a href="humans.txt"><img src="img/humans.svg" alt="humans.txt" /> humans.txt</a></dt> + <dt><a href="humans.txt"><img src="/img/humans.svg" alt="humans.txt" /> humans.txt</a></dt> <dd><a href="http://humanstxt.org/">We are humans, not robots.</a></dd> </dl>