Fix closing if tag in content layout

This commit is contained in:
Leilukin 2025-05-04 22:23:25 +08:00
parent 2a844910a6
commit 4e487ae109

View File

@ -68,7 +68,7 @@ layout: layouts/base
<p>Next Post:</p> <p>Next Post:</p>
<a href="{{ nextPost.url }}">{{ nextPost.data.articleTitle }}</a> <a href="{{ nextPost.url }}">{{ nextPost.data.articleTitle }}</a>
</li> </li>
{{ endif }} {{ /if }}
</ul> </ul>
{{ /if }} {{ /if }}
</nav> </nav>