mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-31 03:45:24 +01:00 
			
		
		
		
	Refine code
This commit is contained in:
		| @@ -14,7 +14,8 @@ | |||||||
|   <footer class="post-footer"> |   <footer class="post-footer"> | ||||||
|     <ul class="post-tags"> |     <ul class="post-tags"> | ||||||
|       {{ range .Params.tags }} |       {{ range .Params.tags }} | ||||||
|       <li><a href="{{ "tags/" | absURL }}{{ . | urlize }}/">{{ . }}</a></li> |       {{ $href := print (absURL "tags/") (urlize .) }} | ||||||
|  |       <li><a href="{{ $href }}">{{ . }}</a></li> | ||||||
|       {{ end }} |       {{ end }} | ||||||
|     </ul> |     </ul> | ||||||
|   </footer> |   </footer> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 nanxiaobei
					nanxiaobei