to top button
This commit is contained in:
parent
9fb0211c76
commit
8f33831e8a
|
@ -73,6 +73,10 @@ body {
|
|||
font-weight: normal;
|
||||
}
|
||||
|
||||
.to-top {
|
||||
float: right;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #00e;
|
||||
text-decoration: none;
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
<p class="to-top">
|
||||
<a href="#site-title">Return to top</a>
|
||||
</p>
|
||||
<small>
|
||||
<a href="/index.xml">RSS Feed</a>
|
||||
<a href="https://forge.quad.moe/quad/blog">Source Code</a>
|
||||
|
|
Loading…
Reference in New Issue