diff --git a/blog/assets/js/main.js b/blog/assets/js/main.js index 3bce001..41f5ea8 100644 --- a/blog/assets/js/main.js +++ b/blog/assets/js/main.js @@ -6,16 +6,3 @@ window.remark_config = { no_footer: true, }; -!(function (e, n) { - for (var o = 0; o < e.length; o++) { - var r = n.createElement("script"), - c = ".js", - d = n.head || n.body; - "noModule" in r - ? ((r.type = "module"), (c = ".mjs")) - : (r.async = !0), - (r.defer = !0), - (r.src = remark_config.host + "/web/" + e[o] + c), - d.appendChild(r); - } -})(remark_config.components || ["embed"], document); diff --git a/blog/layouts/_default/list.html b/blog/layouts/_default/list.html index e23d530..1eeb293 100644 --- a/blog/layouts/_default/list.html +++ b/blog/layouts/_default/list.html @@ -34,12 +34,10 @@ {{ end }}

{{ .Summary | truncate 250 }}

- {{ .Params.Category }} - {{ end }} @@ -67,16 +65,14 @@

{{ .Summary | truncate 150 }}

- {{ .Params.Category }} - {{ end }} -{{ end }} \ No newline at end of file +{{ end }} diff --git a/blog/layouts/partials/comments.html b/blog/layouts/partials/comments.html index dfcf2a5..a3c6a21 100644 --- a/blog/layouts/partials/comments.html +++ b/blog/layouts/partials/comments.html @@ -1 +1,18 @@ -
\ No newline at end of file + + +
+ diff --git a/static/images/tech-wallpaper-2.webp b/static/images/tech-wallpaper-2.webp index a3f984a..11eb8d6 100644 Binary files a/static/images/tech-wallpaper-2.webp and b/static/images/tech-wallpaper-2.webp differ