mirror of
https://github.com/alanorth/hugo-theme-bootstrap4-blog.git
synced 2024-11-17 17:57:04 +01:00
Merge pull request #28 from gauthierl/links
links in sidebar is not tranlatable
This commit is contained in:
commit
6e753267d6
@ -33,3 +33,6 @@
|
||||
|
||||
- id: backToTop
|
||||
translation: "Back to top"
|
||||
|
||||
- id: links
|
||||
translation: "Links"
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
{{ with .Site.Menus.sidebar }}
|
||||
<section class="sidebar-module">
|
||||
<h4>Links</h4>
|
||||
<h4>{{ i18n "links" }}</h4>
|
||||
<ol class="list-unstyled">
|
||||
{{ range . }}
|
||||
<li><a href="{{ .URL | absURL }}">{{ .Name }}</a></li>
|
||||
|
Loading…
Reference in New Issue
Block a user