added rss
This commit is contained in:
parent
f9eb307cca
commit
4833003882
|
@ -20,6 +20,9 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="links">
|
<div id="links">
|
||||||
|
{{ if .Site.Params.showRss | default true }}
|
||||||
|
{{- partial "nerdlink" ["RSS", "/index.xml"] -}}
|
||||||
|
{{ end }}
|
||||||
{{ range .Site.Params.links }}
|
{{ range .Site.Params.links }}
|
||||||
{{- partial "nerdlink" . -}}
|
{{- partial "nerdlink" . -}}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
|
@ -25,6 +25,8 @@
|
||||||

|

|
||||||
{{ else if eq (lower (index . 0)) "phone" }}
|
{{ else if eq (lower (index . 0)) "phone" }}
|
||||||

|

|
||||||
|
{{ else if eq (lower (index . 0)) "rss" }}
|
||||||
|

|
||||||
{{ else }}
|
{{ else }}
|
||||||
{{ index . 0 }}
|
{{ index . 0 }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
Loading…
Reference in New Issue