mirror of
https://codeberg.org/VnPower/PixivFE
synced 2024-12-06 19:16:23 +01:00
Add tag links to recommended tag header
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
</div>
|
||||
<br />
|
||||
{{ range Data.RecommendByTags }}
|
||||
<h2>Recommended illustrations tagged #{{.Name}}</h2>
|
||||
<h2>Recommended illustrations tagged <a href="/tags/{{.Name}}">#{{.Name}}</a></h2>
|
||||
<div class="artwork-container">
|
||||
{{ include "components/small-tn" .Artworks }}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user