Compare commits

..

No commits in common. "abda4aca6535d81a8c130ed120976d72f30c0449" and "ddf9a68ffcde326183528a22aacb062e1d6b580c" have entirely different histories.

2 changed files with 4 additions and 8 deletions

View File

@ -7,10 +7,6 @@ html {
background-color: #f2f2f2 background-color: #f2f2f2
} }
main, .sidebar, .lang {
padding-top: 2rem;
}
article, article,
section { section {
font-size: 1.3rem !important; font-size: 1.3rem !important;

View File

@ -13,10 +13,6 @@
<body> <body>
{% include "components/header.j2" %} {% include "components/header.j2" %}
{% include "components/social.j2" %}
{% if config.pagefind %}
{% include "components/search.j2" %}
{% endif %}
<main> <main>
{% if home %} {% if home %}
{% include "components/index.j2" %} {% include "components/index.j2" %}
@ -26,6 +22,10 @@
{% include "components/single.j2" %} {% include "components/single.j2" %}
{% endif %} {% endif %}
</main> </main>
{% include "components/social.j2" %}
{% if config.pagefind %}
{% include "components/search.j2" %}
{% endif %}
{% include "components/sidebar.j2" %} {% include "components/sidebar.j2" %}
{% include "components/footer.j2" %} {% include "components/footer.j2" %}
{% include "components/script.j2" %} {% include "components/script.j2" %}