diff --git a/.vscode/settings.json b/.vscode/settings.json index 2cce0ff8..22d77b79 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -4,7 +4,7 @@ "editor.detectIndentation": true, "files.encoding": "utf8", "files.eol": "\n", - "files.insertFinalNewline": true, + // "files.insertFinalNewline": true, "scss.lint.important": "ignore", "scss.lint.universalSelector": "ignore", "[markdown]": { diff --git a/assets/sass/pages/_notes.scss b/assets/sass/pages/_notes.scss index a7452508..e4f5a413 100644 --- a/assets/sass/pages/_notes.scss +++ b/assets/sass/pages/_notes.scss @@ -192,7 +192,7 @@ body#notes { } } - twitter-widget { + iframe.twitter-tweet, twitter-widget { margin: 0 auto; display: block; } diff --git a/layouts/_default/single.html b/layouts/_default/single.html index d7daa26f..62366a27 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -1,9 +1,9 @@ {{ partial "header.html" . }} {{ partial "blog-header.html" . }}
-
+
-

+

by · · @@ -12,7 +12,7 @@ Comments
{{ with .Params.tags }}{{ if ge (len .) 1 }} - {{ range . }}{{ . }} + {{ range . }}{{ . }} {{ end }} {{ end }}{{ end }}
diff --git a/layouts/partials/header.html b/layouts/partials/header.html index fe0a166d..efea5e44 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -8,7 +8,6 @@ - @@ -18,30 +17,23 @@ - + - - - - - - - - + + + + {{ $style := resources.Get "sass/main.scss" | resources.ToCSS (dict "targetPath" "style.css" "outputStyle" "compact") }} + + + + + + - - - - - - - - - \ No newline at end of file diff --git a/static/apple-touch-icon.png b/static/apple-touch-icon.png new file mode 100644 index 00000000..7af4416f Binary files /dev/null and b/static/apple-touch-icon.png differ diff --git a/static/favicon-152.png b/static/favicon-152.png new file mode 100644 index 00000000..548f3b20 Binary files /dev/null and b/static/favicon-152.png differ diff --git a/static/favicon-180.png b/static/favicon-180.png new file mode 100644 index 00000000..91505b1e Binary files /dev/null and b/static/favicon-180.png differ diff --git a/static/favicon-192.png b/static/favicon-192.png new file mode 100644 index 00000000..0ba0efa0 Binary files /dev/null and b/static/favicon-192.png differ diff --git a/static/favicon.ico b/static/favicon.ico index 40207809..54381e39 100644 Binary files a/static/favicon.ico and b/static/favicon.ico differ