tweak sizing of RSS image a bit, add "no tracking" to footer
This commit is contained in:
parent
604a329a17
commit
2ac3615c16
@ -110,6 +110,7 @@ div.codehilite {
|
||||
vertical-align: baseline;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
margin-left: 4px;
|
||||
}
|
||||
|
||||
#footer {
|
||||
|
@ -24,7 +24,7 @@
|
||||
<div id="header">
|
||||
<div class="content">
|
||||
<a href="/" class="undecorated">Colin McMillen</a>
|
||||
<span style="float: right;"><a href="/feed.atom"><img src="/img/rss.svg" alt="Atom feed"></a></span>
|
||||
<span style="float: right;"><a href="/feed.atom"><img src="/img/rss.svg" alt="Atom feed" style="width: 17px; height: 17px; margin-bottom: 1px;"></a></span>
|
||||
<span style="float: right;"><a href="https://twitter.com/mcmillen"><img src="/img/twitter.svg" alt="@mcmillen"></a></span>
|
||||
</div>
|
||||
</div>
|
||||
@ -36,7 +36,7 @@
|
||||
|
||||
<div id="footer">
|
||||
<div class="content">
|
||||
© 2021 <a href="/" class="undecorated">Colin McMillen</a>.
|
||||
© 2021 <a href="/" class="undecorated">Colin McMillen</a>. No cookies, no tracking.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user