Adjust test file to reflect template changes

This commit is contained in:
Anthony J. Martinez 2022-05-26 11:54:46 -05:00
parent 5b071c772c
commit 9f8529ab64
Signed by: ajmartinez
GPG Key ID: A2206FDD769DBCFC
1 changed files with 0 additions and 2 deletions

View File

@ -8,7 +8,6 @@
</head> </head>
<body> <body>
<header> <header>
<center>
<h1>{{ site.name }}</h1> <h1>{{ site.name }}</h1>
<nav> <nav>
<a href="/">Home</a> <a href="/">Home</a>
@ -16,7 +15,6 @@
<a href="/{{ topic | slugify }}">{{ topic }}</a> <a href="/{{ topic | slugify }}">{{ topic }}</a>
{%- endfor -%} {%- endfor -%}
</nav> </nav>
</center>
</header> </header>
<main> <main>
{% if gallery %} {% if gallery %}