diff options
author | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2024-02-25 23:04:38 +0200 |
---|---|---|
committer | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2024-02-25 23:04:38 +0200 |
commit | 2c1b00f3094321ba9fd3121e723823b96dfbc528 (patch) | |
tree | 6677b84d121e9f1e8935d5fd488aa73454f3f62b /templates/tags | |
parent | d3192bed44cabf7f8e402b30853ff22761be1ec5 (diff) |
Massive changes - improvements in performance, accesability and SEO as well as best practices
Changes to be committed:
deleted: static/js/copy.js
modified: static/js/main.js
modified: config.toml
modified: content/posts/code_test.md
modified: templates/404.html
modified: templates/index.html
modified: templates/macros.html
modified: templates/page.html
modified: templates/section.html
modified: templates/tags/single.html
Diffstat (limited to 'templates/tags')
-rw-r--r-- | templates/tags/single.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/tags/single.html b/templates/tags/single.html index b9b66e7..6037d5d 100644 --- a/templates/tags/single.html +++ b/templates/tags/single.html @@ -30,8 +30,7 @@ stroke-width="2" stroke-linecap="round" stroke-linejoin="round" - class="feather feather-menu" - > + class="feather feather-menu"> <line x1="3" y1="12" x2="21" y2="12"></line> <line x1="3" y1="6" x2="21" y2="6"></line> <line x1="3" y1="18" x2="21" y2="18"></line> |