Tweaked the header CSS, started to work on the liked public page
This commit is contained in:
@@ -16,14 +16,10 @@
|
||||
{% endblock %}
|
||||
{% block content %}
|
||||
<div class="h-feed" id="container">
|
||||
<data class="p-name" value="{{config.USERNAME}} notes">
|
||||
<data class="p-name" value="{{config.USERNAME}} notes"></data>
|
||||
|
||||
{% include "header.html" %}
|
||||
|
||||
<div class="summary">
|
||||
{{ config.SUMMARY | safe }}
|
||||
</div>
|
||||
|
||||
<div id="notes">
|
||||
{% for item in outbox_data %}
|
||||
|
||||
|
Reference in New Issue
Block a user