+
+
{{ page.title }}
-
+
{{ page.description }}
@@ -48,7 +48,7 @@
sm:w-10
rounded-full
bg-gray-200
- border-2 border-white
+ border border-gray-600
" />
{% endif %}
@@ -57,9 +57,9 @@
{% if author %}
- {{ author.title }}
+ {{ author.title }}
{% endif %}
-
+
{{ tag }}
diff --git a/templates/newsPage.html b/templates/newsPage.html
index e777f7d32..055b58221 100644
--- a/templates/newsPage.html
+++ b/templates/newsPage.html
@@ -37,11 +37,11 @@
-
-
+
+
{{ page.title }}
-
+
{{ page.description }}
@@ -66,7 +66,7 @@
sm:w-10
rounded-full
bg-gray-200
- border-2 border-white
+ border border-gray-600
" />
@@ -87,13 +87,13 @@
{% set author = get_page(path=author_path) %}
{% set author_img = get_url(path='/' ~ author.relative_path | replace(from='_', to='-') | replace(from='index.md', to=author.extra.imgPath)) %}
- {{ author.title }}
+ {{ author.title }}
{% endif %}
{% endfor %}
{% endif %}
-
+
@@ -118,7 +118,7 @@
mx-auto
relative
font-serif
- text-gray-700
+ text-gray-300
">
{{ content | safe }}
@@ -127,17 +127,17 @@
{% for tag in page.taxonomies.tags %}
{% set fullpath = "/tags/" ~ tag | replace(from='_', to='-' ) %}
{{ tag }}
{% endfor %}
{{ page.title }}
-+
{{ page.description }}
+
+
{{ page.description }}
+
@@ -118,7 +118,7 @@
mx-auto
relative
font-serif
- text-gray-700
+ text-gray-300
">
{{ tag }}
diff --git a/templates/newsPage.html b/templates/newsPage.html
index e777f7d32..055b58221 100644
--- a/templates/newsPage.html
+++ b/templates/newsPage.html
@@ -37,11 +37,11 @@
+
{{ page.title }}
-