Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/damiencaselli/paperback.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Caselli <damien.caselli@manomano.com>2021-04-02 11:38:22 +0300
committerDamien Caselli <damien.caselli@manomano.com>2021-04-02 11:38:22 +0300
commit8bf9aeba3d82228611463ca11b46fee05a46e6f5 (patch)
tree05970d05e0c392fab85754a344651be89f2adfd2
parentdce9cf5d02f44ea855a4f804444fa559b8e047c0 (diff)
perf: improve landmark and remove highlight from home
-rw-r--r--layouts/index.html6
-rw-r--r--layouts/post/single.html4
2 files changed, 4 insertions, 6 deletions
diff --git a/layouts/index.html b/layouts/index.html
index 94380f6..1843e83 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -4,7 +4,7 @@
{{ partial "head.html" . }}
<body>
- <div class="container">
+ <main class="container">
{{ partial "header.html" . }}
@@ -22,9 +22,7 @@
{{ partial "footer.html" . }}
- </div>
-
- {{ partial "highlight" . }}
+ </main>
</body>
</html>
diff --git a/layouts/post/single.html b/layouts/post/single.html
index 7f9a623..69690aa 100644
--- a/layouts/post/single.html
+++ b/layouts/post/single.html
@@ -4,7 +4,7 @@
{{ partial "head.html" . }}
<body>
- <div class="container">
+ <main class="container">
{{ partial "header.html" . }}
@@ -16,7 +16,7 @@
{{ partial "footer.html" . }}
- </div>
+ </main>
{{ partial "highlight" . }}