Specify markdownify or plainify for .Title references

This commit is contained in:
2021-11-20 19:05:56 -06:00
parent 919ecde4ac
commit a01a70fc91
7 changed files with 12 additions and 12 deletions

View File

@@ -5,7 +5,7 @@
<div class="topbar">
<nav class="navbar">
{{ with .Site.Home }}
<a class="navbar-item{{ if $.IsHome }} active{{ end }}" href="{{ .Permalink | absLangURL }}">{{ .Title }}</a>
<a class="navbar-item{{ if $.IsHome }} active{{ end }}" href="{{ .Permalink | absLangURL }}">{{ .Title | markdownify }}</a>
{{ end }}
{{ range .Site.Menus.main }}