diff --git a/assets/css/style.css b/assets/css/style.css index 9665dcd..0be9b91 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -858,7 +858,7 @@ pre code::-webkit-scrollbar-thumb { margin-bottom: 0; } -.code-tabs .tab-content .tab-pane{ +.code-tabs .tab-content .tab-pane { margin-bottom: 0; } diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 9f0ebe7..a4e1633 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -1,24 +1,24 @@ {{ partial "head.html" . }} - + - {{ if .IsHome }} - {{ "" | safeHTML }} -