diff --git a/resources/templates/themes/bootstrap4/css/custom.css b/resources/templates/themes/bootstrap4/css/custom.css index cef527d..d6a3b27 100644 --- a/resources/templates/themes/bootstrap4/css/custom.css +++ b/resources/templates/themes/bootstrap4/css/custom.css @@ -24,7 +24,7 @@ html, body { } .below-nav { - margin-top: 68px; + margin-top: 0px; } .carousel-adjust { diff --git a/resources/templates/themes/bootstrap4/html/archives.html b/resources/templates/themes/bootstrap4/html/archives.html index 887f9e5..94f75e4 100644 --- a/resources/templates/themes/bootstrap4/html/archives.html +++ b/resources/templates/themes/bootstrap4/html/archives.html @@ -3,3 +3,13 @@ {% block center %} {% include "/html/includes/groups.inc" %} {% endblock %} + +{% block right %} +

 

+ {% include "/html/custom/sites.inc" %} +

 

+ {% include "/html/includes/post-latest.inc" %} +

 

+ {% include "/html/includes/post-tags.inc" %} +

 

+{% endblock %} diff --git a/resources/templates/themes/bootstrap4/html/base.html b/resources/templates/themes/bootstrap4/html/base.html index 03d45e3..d17634a 100644 --- a/resources/templates/themes/bootstrap4/html/base.html +++ b/resources/templates/themes/bootstrap4/html/base.html @@ -11,8 +11,8 @@ {{title}}{% block subtitle %}{% endblock %} - {% style "/css/bootstrap.min.css" %} - {% style "/css/fonts/fontawesome/fontawesome.css" %} + {% style "/css/bootstrap.min.css" %} + {% style "/css/fonts/fontawesome/fontawesome.css" %} {% style "/css/custom.css" %} {% block additional_styles %} {% endblock %} @@ -22,7 +22,10 @@ {% include "/html/custom/topper.inc" %}