Fixed author component in blog

This commit is contained in:
squidfunk 2021-09-26 20:34:05 +02:00
parent 4668b79202
commit 8bbe06a998
9 changed files with 14 additions and 9 deletions

View File

@ -225,7 +225,7 @@
</script> </script>
{% endblock %} {% endblock %}
{% block scripts %} {% block scripts %}
<script src="{{ 'assets/javascripts/bundle.2248a2bd.min.js' | url }}"></script> <script src="{{ 'assets/javascripts/bundle.8697d190.min.js' | url }}"></script>
{% for path in config["extra_javascript"] %} {% for path in config["extra_javascript"] %}
<script src="{{ path | url }}"></script> <script src="{{ path | url }}"></script>
{% endfor %} {% endfor %}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -3,7 +3,7 @@
-#} -#}
{% extends "base.html" %} {% extends "base.html" %}
{% block extrahead %} {% block extrahead %}
<link rel="stylesheet" href="{{ 'overrides/assets/stylesheets/main.82a6bf04.min.css' | url }}"> <link rel="stylesheet" href="{{ 'overrides/assets/stylesheets/main.9307850e.min.css' | url }}">
{% endblock %} {% endblock %}
{% block announce %} {% block announce %}
<a href="https://twitter.com/squidfunk"> <a href="https://twitter.com/squidfunk">

View File

@ -137,7 +137,12 @@
// Blog author content // Blog author content
p { p {
margin-right: px2rem(16px);
// TODO: refactor, use dedicated classes
&:first-child {
flex-shrink: 0;
margin-right: px2rem(16px);
}
// Blog metadata // Blog metadata
> span { > span {