updated: absolute url problem, menu dynamic by lenght

This commit is contained in:
ronopixels
2020-05-05 00:34:46 +06:00
parent 8173945532
commit f8d6727f6b
9 changed files with 866 additions and 29 deletions

View File

@@ -24,7 +24,7 @@
<h5 class="site-footer-widget-title">{{ .title }}</h5>
<ul class="site-footer-widget-links">
{{ range .link }}
<li><a href="{{ .url }}">{{ .name }}</a></li>
<li><a href="{{ .url | absURL }}">{{ .name }}</a></li>
{{ end }}
</ul>
</div>