Change some html stuff

This commit is contained in:
Hazel Layne Aranda 2021-03-26 23:10:57 -04:00
parent 1c4455a603
commit ce8e670d9e
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<header>
<h1 class="site-title">{{ config.title }}</h1>
<h1 class="site-title"><a href="{{ config.base_url }}">{{ config.title }}</a></h1>
<nav id="navbar">
<ul>
{% for item in config.extra.menu %}

View File

@ -8,7 +8,7 @@
<p class="post-date">{{ page.date | date() }}</p>
{% if page.extra.toc %}
<h1>Table of Contents <span id="toc-toggle">[-]</span></h1>
<h1>Table of Contents <!--<span id="toc-toggle">[-]</span>--></h1>
<div id="toc">
<ol>
{% for h1 in page.toc %}