add link links without actually enabling them
This commit is contained in:
		
							
								
								
									
										16
									
								
								src/_includes/partials/link_links.njk
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								src/_includes/partials/link_links.njk
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,16 @@
 | 
			
		||||
<div class="paragraph-deparagrapher">
 | 
			
		||||
  <h4><a href="/sitemap/">sitemap</a></h4>
 | 
			
		||||
  <h4><a href="/journal_html/">journal.html</a>
 | 
			
		||||
  <h4>thoughts and feelings</h4>
 | 
			
		||||
  {% for post in collections['blog'] | reverse | limit(5) %}
 | 
			
		||||
      - {{ post.page.date.toLocaleDateString("en-UK") }} // <a href="{{post.filePathStem}}">{{ post.data.title }}</a>
 | 
			
		||||
  {% endfor %}
 | 
			
		||||
  <span> - <a href="/blog/">...and da restt ...</a></span>
 | 
			
		||||
  <h4>lists of things</h4>
 | 
			
		||||
  {% for post in collections['blog'] | reverse | limit(5) %}
 | 
			
		||||
      - {{ post.page.date.toLocaleDateString("en-UK") }} // <a href="{{post.filePathStem}}">{{ post.data.title }}</a>
 | 
			
		||||
  {% endfor %}
 | 
			
		||||
  <span> - <a href="/blog/">older lists....</a></span>
 | 
			
		||||
  <h4><a href="/art/my-art-2023/">my art</a></h4>
 | 
			
		||||
  <h4><a href="/misc/">miscellania</a></h4>
 | 
			
		||||
</div>
 | 
			
		||||
@ -26,7 +26,6 @@ html {
 | 
			
		||||
  scroll-behavior: smooth;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
/* Format headers */
 | 
			
		||||
 | 
			
		||||
h1 {
 | 
			
		||||
@ -382,4 +381,8 @@ footer {
 | 
			
		||||
	top: 0;
 | 
			
		||||
	top: 50%;
 | 
			
		||||
	transform: translateY(-50%);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.paragraph-deparagrapher p {
 | 
			
		||||
  margin: 0;
 | 
			
		||||
}
 | 
			
		||||
@ -16,6 +16,8 @@ hey what's up! my name is uuupah. im a twenty-something non-binary (they/them pl
 | 
			
		||||
 | 
			
		||||
### pages
 | 
			
		||||
 | 
			
		||||
<!-- {% include 'partials/link_links.njk' %} -->
 | 
			
		||||
 | 
			
		||||
{% include 'partials/link_tiles.njk' %}
 | 
			
		||||
 | 
			
		||||
### this site
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user