Compare commits

..

No commits in common. '03493f9d615ae9afcb716c4d3f63c5b382d67edf' and '9a14e9352453a512b05de26027355453e2bf6305' have entirely different histories.

  1. 6
      src/http/static/mediocre.css
  2. 2
      src/http/tpl/base.html
  3. 6
      src/http/tpl/index.html

@ -58,12 +58,12 @@
html {
font-family: Georgia, serif;
font-size: 16px;
font-size: 1em;
}
@media (max-device-width: 800px) {
@media (max-width: 800px) {
html {
font-size: 36px;
font-size: 1.3em;
}
}

@ -17,7 +17,7 @@
<a href="{{ BlogURL "/" }}"><strong>Mediocre Blog</strong></a>
by
<a href="https://mediocregopher.com">mediocregopher</a>
<br/>
&nbsp;&nbsp;&nbsp;//&nbsp;&nbsp;&nbsp;
<a href="{{ BlogURL "follow" }}">Follow</a>
&nbsp;/&nbsp;
<a href="{{ BlogURL "feed.xml" }}">RSS</a>

@ -24,12 +24,6 @@
{{ end }}
</ul>
{{ if ge .Payload.NextPage 0 }}
<p>
<a href="?p={{ .Payload.NextPage}}">Next Page &gt; &gt;</a>
</p>
{{ end }}
{{ end }}
{{ template "base.html" . }}

Loading…
Cancel
Save