fix: filter articles from tag view
This commit is contained in:
		@@ -17,7 +17,7 @@ permalink: /blog/tags/{{ tag | slugify }}/
 | 
			
		||||
<div class="main-content">
 | 
			
		||||
  <h1>#{{ tag }}</h1>
 | 
			
		||||
 | 
			
		||||
  {% set articlesList = collections[ tag ] %}
 | 
			
		||||
  {% set articlesList = collections[ tag ] | filterDraft %}
 | 
			
		||||
  {% include "articlesList.njk" %}
 | 
			
		||||
</div>
 | 
			
		||||
<aside class="right-side">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user