mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Add RSS link
This commit is contained in:
@@ -8,6 +8,9 @@
|
|||||||
<header class="masthead">
|
<header class="masthead">
|
||||||
<h3 class="masthead-title">
|
<h3 class="masthead-title">
|
||||||
<a href="/" title="Home">{{ .Site.Title }}</a>
|
<a href="/" title="Home">{{ .Site.Title }}</a>
|
||||||
|
<span class="navigation">
|
||||||
|
<small><a href="/atom.xml"><img src="/images/feed-icon.png" alt="RSS"></a></small><!-- image source: https://commons.wikimedia.org/wiki/File:Generic_Feed-icon.svg -->
|
||||||
|
</span>
|
||||||
<small>{{ replace .Site.Params.subtitle " " " " | safeHTML }}</small>
|
<small>{{ replace .Site.Params.subtitle " " " " | safeHTML }}</small>
|
||||||
</h3>
|
</h3>
|
||||||
</header>
|
</header>
|
||||||
|
|||||||
@@ -7,6 +7,19 @@
|
|||||||
margin-bottom: 2rem;
|
margin-bottom: 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.navigation {
|
||||||
|
float: right;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navigation img {
|
||||||
|
height: 1em;
|
||||||
|
vertical-align: baseline;
|
||||||
|
display: inline;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
border-radius: 0;
|
||||||
|
}
|
||||||
|
|
||||||
main img {
|
main img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|||||||
BIN
static/images/feed-icon.png
Normal file
BIN
static/images/feed-icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.8 KiB |
Reference in New Issue
Block a user