Skip to content
Snippets Groups Projects
Commit 9df5060e authored by akwizgran's avatar akwizgran
Browse files

Show RSS icon for news index but not others (eg /hiring).

parent 355d9c6e
No related branches found
No related tags found
1 merge request!93Show date and author for news pages only
{{ define "main" }} {{ define "main" }}
<h1>{{ with .Title }} {{ . }} {{ else }} {{ .Site.Title }} {{ end }} <a href="/news/index.xml"> <img src="/img/rss-icon.png" class="rss-icon"/></a></h1> <h1>{{ with .Title }} {{ . }} {{ else }} {{ .Site.Title }} {{ end }} {{ if (eq .Type "news") }} <a href="/news/index.xml"> <img src="/img/rss-icon.png" class="rss-icon"/></a> {{ end }} </h1>
{{ .Content }} {{ .Content }}
{{ range .Pages.ByDate.Reverse }} {{ range .Pages.ByDate.Reverse }}
{{ if not .Params.hide }} {{ if not .Params.hide }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment