rename shownotes to podcasts and tweak the side menu

This commit is contained in:
Greg Gauthier 2022-01-02 08:28:11 +00:00
parent be813206df
commit 1f82b46634
49 changed files with 3 additions and 9 deletions

View File

@ -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>"

View File

@ -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>