diff options
author | Mateja <mail@matejamaric.com> | 2021-03-28 03:12:43 +0200 |
---|---|---|
committer | Mateja <mail@matejamaric.com> | 2021-03-28 03:12:43 +0200 |
commit | 44cdcb71c00d29edf8f6eb71e8b4f5cb67f80b11 (patch) | |
tree | ce2973329f52b778e88d3e210e5b77bed6ecdf30 /layouts | |
parent | 796b616042d6bd589832dd8faa13e07367c51099 (diff) | |
download | blog-44cdcb71c00d29edf8f6eb71e8b4f5cb67f80b11.tar.gz blog-44cdcb71c00d29edf8f6eb71e8b4f5cb67f80b11.zip |
Move svgs to assets directory.
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/_default/baseof.html | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 1529d92..632a90a 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -24,12 +24,14 @@ <a {{ if eq .RelPermalink "/blog/" }} class="active" {{ end }} href="/blog/">Blog</a> <a {{ if eq .RelPermalink "/contact/" }} class="active" {{ end }} href="/contact/">Contact</a> <div class="icons"> - <a target="_blank" href="https://github.com/MatejaMaric" title="My GitHub Profile."><img src="/github.svg"></a> - <a target="_blank" href="https://git.matejamaric.com" title="My Personal Git Server."><img src="/git.svg"></a> - <a href="mailto:mail@matejamaric.com" title="Email me!"><img src="/envelope.svg"></a> - <!--<a href="#" title="My Twitter Profile."><img src="/twitter.svg"></a>--> - <!--<a href="#" title="My Mastodon Profile."><img src="/mastodon.svg"></a>--> - <!--<a href="#" title="My Linkedin Profile."><img src="/linkedin.svg"></a>--> + <a target="_blank" href="https://github.com/MatejaMaric" title="My GitHub Profile."><img + src="/assets/github.svg"></a> + <a target="_blank" href="https://git.matejamaric.com" title="My Personal Git Server."><img + src="/assets/git.svg"></a> + <a href="mailto:mail@matejamaric.com" title="Email me!"><img src="/assets/envelope.svg"></a> + <!--<a href="#" title="My Twitter Profile."><img src="/assets/twitter.svg"></a>--> + <!--<a href="#" title="My Mastodon Profile."><img src="/assets/mastodon.svg"></a>--> + <!--<a href="#" title="My Linkedin Profile."><img src="/assets/linkedin.svg"></a>--> </div> </nav> <main> |