diff options
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/templates/base.html b/templates/base.html index 824f129..c64b27d 100644 --- a/templates/base.html +++ b/templates/base.html @@ -45,9 +45,15 @@ {% endif %} {% endblock %} <div class="links-container"> - <a href="https://github.com/Yaroslav-95" title="GitHub"><span class="icon"></span></a> - <a href="https://git.yaroslavps.com/yaroslav" title="Git server"><span class="icon"></span></a> - <a href="/feed.xml" title="RSS feed"><span class="icon"></span></a> + <a href="https://github.com/Yaroslav-95" title="GitHub"> + <span class="icon"><img src="/svg/icons/github.svg"/></span> + </a> + <a href="https://git.yaroslavps.com/yaroslav" title="Git server"> + <span class="icon"><img src="/svg/icons/git.svg"/></span> + </a> + <a href="/feed.xml" title="RSS feed"> + <span class="icon"><img src="/svg/icons/rss.svg"/></span> + </a> </div> <h3>Navigation</h3> <ul class="navigation-list"> |