Tweaked the header CSS, started to work on the liked public page
This commit is contained in:
parent
38e3cc6bb7
commit
2bb4cadc93
6 changed files with 35 additions and 17 deletions
|
@ -39,7 +39,7 @@
|
|||
<div class="h-card p-author">
|
||||
<a class="u-url u-uid no-hover" href="{{ actor.url }}"><img class="u-photo" src="{% if not actor.icon %}/static/nopic.png{% else %}{{ actor.icon.url }}{% endif %}">
|
||||
</a>
|
||||
<data class="p-name" value="{{ actor.name or actor.preferredUsername }}">
|
||||
<data class="p-name" value="{{ actor.name or actor.preferredUsername }}"></data>
|
||||
</div>
|
||||
|
||||
<div class="note-wrapper">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue