Update post.html
This commit is contained in:
parent
4fe89d411f
commit
daa7dcb900
@ -1,11 +1,12 @@
|
||||
{% extends 'base.html' %}
|
||||
{% block title%}{{ blogBase['title'] }}{% endblock %}
|
||||
{% block title%}{{ blogBase['postTitle'] }}{% endblock %}
|
||||
{% block style %}
|
||||
<style>
|
||||
h1 a:not([href]){color:inherit;text-decoration:none;vertical-align: bottom;font-size:40px;font-family:Monaco;}
|
||||
.title-right{display:flex;margin:auto 0 0 auto;}
|
||||
.title-right .circle{padding: 14px 16px;margin-right:8px;}
|
||||
#cmButton{height:48px;margin-top:48px;}
|
||||
.comments{border-top: 2px solid var(--color-border-default);margin-top:64px;}
|
||||
</style>
|
||||
{% endblock %}
|
||||
{% block header %}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user