1
0
mirror of https://github.com/BBaoVanC/bobatheme.git synced 2025-06-22 05:07:31 -05:00

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

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