fix broken indentation and formatting in various pages

This commit is contained in:
りき萌 2024-11-24 20:17:05 +01:00
parent e1dd1074f8
commit b2a25e65e9
3 changed files with 23 additions and 23 deletions

View file

@ -1,12 +1,12 @@
<section class="page-header">
<ol class="breadcrumbs">
{{#if (or (ne page.tree_path 'index') page.is_history)}}
{{#if (or (ne page.tree_path 'index') page.is_history)}}
<li class="root-breadcrumb">
<a href="{{ config.site }}/">
{{{ include_static 'svg/object/logo.svg' }}}
</li>
</a>
{{/if}}
{{/if}}
{{{ page.breadcrumbs }}}
</ol>