rename shownotes to podcasts and tweak the side menu
This commit is contained in:
parent
be813206df
commit
1f82b46634
@ -50,11 +50,11 @@ enableGitInfo = true
|
|||||||
identifier = "post"
|
identifier = "post"
|
||||||
url = "/post/"
|
url = "/post/"
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "Shownotes"
|
name = "Podcasts"
|
||||||
pre = "<i class='fa fa-podcast fa-fw'></i>"
|
pre = "<i class='fa fa-podcast fa-fw'></i>"
|
||||||
weight = 3
|
weight = 3
|
||||||
identifier = "shownote"
|
identifier = "podcast"
|
||||||
url = "/shownote/"
|
url = "/podcast/"
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "Readings"
|
name = "Readings"
|
||||||
pre = "<i class='fa fa-book fa-fw'></i>"
|
pre = "<i class='fa fa-book fa-fw'></i>"
|
||||||
|
@ -9,12 +9,6 @@
|
|||||||
</li>
|
</li>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{ with .Site.BaseURL }}
|
|
||||||
<li class="pure-menu-item">
|
|
||||||
<a class="pure-menu-link" href='{{ . }}feeds/podcast_rss.xml' rel="me" target="_blank"><i class="fa fa-podcast fa-fw"></i>My Podcast</a>
|
|
||||||
</li>
|
|
||||||
{{ end }}
|
|
||||||
|
|
||||||
{{ with .Site.Social.odysee1 }}
|
{{ with .Site.Social.odysee1 }}
|
||||||
<li class="pure-menu-item">
|
<li class="pure-menu-item">
|
||||||
<a class="pure-menu-link" href="https://odysee.com/{{ . }}" rel="me" target="_blank"><i class="fa fa-video fa-fw"></i>My Vlog</a>
|
<a class="pure-menu-link" href="https://odysee.com/{{ . }}" rel="me" target="_blank"><i class="fa fa-video fa-fw"></i>My Vlog</a>
|
||||||
|
Loading…
Reference in New Issue
Block a user