+
-
-
{{ post.date|date('j F Y') }}
-
-
{% include 'post/intro-image' with { page: post } %}
{% if post.summary %}
{{ post.summary|markdown }}
-
{% elseif post.blocks.excerpt %}
{{ post.blocks.excerpt|markdown }}
-
+
+ Read more
+ about {{ post.title }}
+
{% else %}
{{ post.blocks.content|markdown }}
{% endif %}
diff --git a/tailwind.js b/tailwind.js
index 36504915..ce447743 100644
--- a/tailwind.js
+++ b/tailwind.js
@@ -331,6 +331,7 @@ module.exports = {
center: true,
padding: '1rem',
}),
+ require('tailwindcss-visuallyhidden')(),
],
options: {
diff --git a/yarn.lock b/yarn.lock
index 0251f22a..36fee822 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -6928,6 +6928,10 @@ svgo@^1.0.0:
unquote "~1.1.1"
util.promisify "~1.0.0"
+tailwindcss-visuallyhidden@^1.0.1:
+ version "1.0.1"
+ resolved "https://registry.yarnpkg.com/tailwindcss-visuallyhidden/-/tailwindcss-visuallyhidden-1.0.1.tgz#ed67ecf6ee48ea0313b5c3c27498467f350be206"
+
tailwindcss@^0.6:
version "0.6.4"
resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-0.6.4.tgz#b0aa8a10c34d3fed7a5f32482ef92d5d416353ee"