mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
tags: possibility to filter posts for tags and profile owner (profile)
This commit is contained in:
parent
59ae5633ec
commit
19afabd268
3 changed files with 23 additions and 8 deletions
|
@ -5,7 +5,7 @@
|
|||
<div class="tag-cloud">
|
||||
{{foreach $tags as $tag}}
|
||||
<span class="tags">
|
||||
<span class="tag{{$tag.level}}">#</span><a href="search?f=&tag={{$tag.url}}" class="tag{{$tag.level}}">{{$tag.name}}</a>
|
||||
<span class="tag{{$tag.level}}">#</span><a href="{{$tag.url}}" class="tag{{$tag.level}}">{{$tag.name}}</a>
|
||||
</span>
|
||||
{{/foreach}}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue