mess with sitemap
This commit is contained in:
		@ -1,6 +1,6 @@
 | 
			
		||||
<nav>
 | 
			
		||||
  <a href="/">/</a>
 | 
			
		||||
  <a href="/pages/">/pages</a>
 | 
			
		||||
  <a href="/sitemap/">/sitemap</a>
 | 
			
		||||
  {# <a href="/about/">/about</a> #}
 | 
			
		||||
  <a href="/links/">/links</a>
 | 
			
		||||
  <a href="/credits">/credits</a>
 | 
			
		||||
 | 
			
		||||
@ -1,5 +1,5 @@
 | 
			
		||||
---
 | 
			
		||||
title: lists
 | 
			
		||||
title: art
 | 
			
		||||
layout: layout/base.njk
 | 
			
		||||
eleventyImport.collections: ["art"]
 | 
			
		||||
---
 | 
			
		||||
 | 
			
		||||
@ -1,10 +1,16 @@
 | 
			
		||||
---
 | 
			
		||||
layout: layout/base.njk
 | 
			
		||||
title: pages
 | 
			
		||||
title: sitemap
 | 
			
		||||
---
 | 
			
		||||
<div class="pages-article">
 | 
			
		||||
 | 
			
		||||
[home](/)  
 | 
			
		||||
[sitemap](/sitemap/) \<-- you are here babey!!  
 | 
			
		||||
[links](/links/)  
 | 
			
		||||
[credits](/credits/)  
 | 
			
		||||
[journal.html](/journal_html/)
 | 
			
		||||
{% for tag in collections.tagsList %}
 | 
			
		||||
  {{tag}}
 | 
			
		||||
  [{{tag}}]({{"/" + tag + "/"}})
 | 
			
		||||
  {% for post in collections[tag] %}
 | 
			
		||||
 \- [{{ post.data.title or post.data.page.fileSlug }}](/{{ tag }}/{{ post.data.page.fileSlug }})
 | 
			
		||||
  {% endfor %}
 | 
			
		||||
		Reference in New Issue
	
	Block a user