mirror of
https://github.com/rottenwheel/revuo-weekly.git
synced 2025-01-03 05:08:08 +00:00
add id to nav-actions div
This commit is contained in:
parent
675ed6abf9
commit
e88482e8cb
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
<nav {% if site.reverse == true %}id="nav-left"{% else %}id="nav"{% endif %}>
|
<nav {% if site.reverse == true %}id="nav-left"{% else %}id="nav"{% endif %}>
|
||||||
<div id="nav-list">
|
<div id="nav-list">
|
||||||
<div class="nav-actions">
|
<div id="nav-actions-container" class="nav-actions">
|
||||||
<a class="icon" href="https://revuo-xmr.com/support/" target="_blank"><img src="/img/donate.png" alt="Donate" title="Donate" /></a>
|
<a class="icon" href="https://revuo-xmr.com/support/" target="_blank"><img src="/img/donate.png" alt="Donate" title="Donate" /></a>
|
||||||
<a class="icon" href="/atom.xml" target="_blank"><img src="/img/rss_1.png" alt="ATOM Feed" title="ATOM Feed" /></a>
|
<a class="icon" href="/atom.xml" target="_blank"><img src="/img/rss_1.png" alt="ATOM Feed" title="ATOM Feed" /></a>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue