mirror of
https://github.com/NyaaStudios/nyaabooru.git
synced 2025-12-10 05:42:58 +00:00
add tags to posts
This commit is contained in:
parent
2f95117389
commit
c77c97be2d
5 changed files with 26 additions and 3 deletions
|
|
@ -62,6 +62,10 @@
|
|||
<span>Tags</span>
|
||||
</div>
|
||||
|
||||
@foreach ($post->tags as $tag)
|
||||
<span style="color: {{ $tag->tagGroup->color }};">{{ $tag->name }}</span>
|
||||
@endforeach
|
||||
|
||||
</div>
|
||||
|
||||
{{-- Main content --}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue