Change some html stuff
This commit is contained in:
		
							parent
							
								
									1c4455a603
								
							
						
					
					
						commit
						ce8e670d9e
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		|  | @ -1,5 +1,5 @@ | ||||||
| <header> | <header> | ||||||
|     <h1 class="site-title">{{ config.title }}</h1> |     <h1 class="site-title"><a href="{{ config.base_url }}">{{ config.title }}</a></h1> | ||||||
|     <nav id="navbar"> |     <nav id="navbar"> | ||||||
|         <ul> |         <ul> | ||||||
|             {% for item in config.extra.menu %} |             {% for item in config.extra.menu %} | ||||||
|  |  | ||||||
|  | @ -8,7 +8,7 @@ | ||||||
| <p class="post-date">{{ page.date | date() }}</p> | <p class="post-date">{{ page.date | date() }}</p> | ||||||
| 
 | 
 | ||||||
| {% if page.extra.toc %} | {% 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"> | <div id="toc"> | ||||||
| <ol> | <ol> | ||||||
| {% for h1 in page.toc %} | {% for h1 in page.toc %} | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue