Skip to content
Snippets Groups Projects
Commit d5f05a65 authored by Cleopatra's avatar Cleopatra
Browse files

Add rss icon, rename blog

parent bcfa1d86
No related branches found
No related tags found
1 merge request!91Restyle the news index page and posts
......@@ -525,6 +525,10 @@ span.reverse {
direction: rtl;
}
.rss-icon {
width: 35px;
}
@media only screen and (max-width:48em) {
#wrapper {margin-bottom:-5em;}
......@@ -657,6 +661,10 @@ span.reverse {
}
#signup {display:none;}
.rss-icon {
width: 25px;
}
}
@media only screen and (max-width:28em) {
......
static/img/rss-icon.png

2.13 KiB

{{ define "main" }}
<h1>{{ with .Title }} {{ . }} {{ else }} {{ .Site.Title }} {{ end }}</h1>
<h1>{{ with .Title }} {{ . }} {{ else }} {{ .Site.Title }} {{ end }} <a href="/news/index.xml"> <img src="/img/rss-icon.png" class="rss-icon"/></a></h1>
{{ .Content }}
{{ range .Pages.ByDate.Reverse }}
{{ if not .Params.hide }}
......
......@@ -28,7 +28,7 @@
<li><a href="/governance">Governance</a></li>
<li><a href="/code-of-conduct">Code of Conduct</a></li>
<li><a href="/press">Press</a></li>
<li><a href="/news">Blog</a></li>
<li><a href="/news">News</a></li>
<li><a href="/hiring">Jobs</a></li>
<li>Site design by Reflective Spaces</li>
</ul>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment