Merge branch 'master' of github.com:themefisher/dot-hugo-documentation-theme

This commit is contained in:
somrat 2019-08-22 12:40:24 +06:00
commit 0ded0a9c0e

View file

@ -65,7 +65,7 @@
<div class="p-5 bg-white">
<h2>{{ .Title }}</h2>
<div class="bg-gray p-4">
<h3 class="mt-0">Article</h3>
<h3 class="mt-0">{{if .Language.Params.articlesLabel }} {{ .Language.Params.articlesLabel }} {{ else }} "Articles" {{ end }}</h3>
<ul class="list-unstyled">
{{ range .Data.Pages }}
<li><a href="{{ .Permalink }}">{{ .Title }}</a></li>