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"
|
||||
url = "/post/"
|
||||
[[menu.main]]
|
||||
name = "Shownotes"
|
||||
name = "Podcasts"
|
||||
pre = "<i class='fa fa-podcast fa-fw'></i>"
|
||||
weight = 3
|
||||
identifier = "shownote"
|
||||
url = "/shownote/"
|
||||
identifier = "podcast"
|
||||
url = "/podcast/"
|
||||
[[menu.main]]
|
||||
name = "Readings"
|
||||
pre = "<i class='fa fa-book fa-fw'></i>"
|
||||
|
@ -9,12 +9,6 @@
|
||||
</li>
|
||||
{{ 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 }}
|
||||
<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>
|
||||
|
Loading…
Reference in New Issue
Block a user