diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 7125662..d5e315e 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -17,7 +17,7 @@ + {{ partial "footer.html" . }} + {{ partial "scripts.html" . }} - {{ partial "footer.html" . }} - {{ partial "scripts.html" . }} \ No newline at end of file diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 5828bf4..8176b29 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -17,12 +17,12 @@ {{ end }} {{ .Content }} -
- {{ partial "scripts.html" . }} + {{ partial "footer.html" . }} + {{ partial "scripts.html" . }} \ No newline at end of file diff --git a/static/css/style.css b/static/css/style.css index 1e60f47..9ab85fb 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -21,8 +21,8 @@ strong { padding: 0.45em 0; text-align: center; background-color: rgba(255, 255, 255, 0.97); - -webkit-backdrop-filter: blur(0.5em); - box-shadow: 0 0.3em 1.5em 0 rgba(0, 0, 0, 0.05); + -webkit-backdrop-filter: blur(0.05em); + box-shadow: 0 0.1em 2em 0 rgba(0, 0, 0, 0.08); } .nav-header { margin: 0 0; @@ -46,12 +46,6 @@ strong { } .post-figure { margin: 1.5em 0; - opacity: 0; - animation: fadein 0.3s ease-out 0.2s forwards; -} -@keyframes fadein { - from { opacity: 0;} - to { opacity: 1;} } .post > p:first-of-type::first-letter { font-family: 'LatoLatinWebHeavyItalic';