🐛 Fixed the build error due to about the syntax error

This commit is contained in:
凡梦星尘 2022-08-02 18:34:55 +08:00
parent bb70f5b6a5
commit 1f668be6fa

View File

@ -25,7 +25,7 @@
<div class="post-nav">
<div class="post-nav-next post-nav-item">
{{- with .NextInSection }}
<a href="{{ ..RelPermalink | relLangURL }}" rel="next" title="{{ .Title }}">
<a href="{{ .RelPermalink | relLangURL }}" rel="next" title="{{ .Title }}">
<i class="fa fa-chevron-left"></i> {{ .Title }}
</a>
{{- end }}