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:
layouts
_default
partials
taxonomy
@ -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 }}
|
||||
|
Reference in New Issue
Block a user