Browse Source

tweak sizing of RSS image a bit, add "no tracking" to footer

main
Colin McMillen 3 years ago
parent
commit
2ac3615c16
  1. 1
      static/style.css
  2. 4
      template.html

1
static/style.css

@ -110,6 +110,7 @@ div.codehilite {
vertical-align: baseline;
width: 20px;
height: 20px;
margin-left: 4px;
}
#footer {

4
template.html

@ -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">
&copy; 2021 <a href="/" class="undecorated">Colin McMillen</a>.
&copy; 2021 <a href="/" class="undecorated">Colin McMillen</a>. No cookies, no tracking.
</div>
</div>
</div>

Loading…
Cancel
Save