File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 9
9
{%- if jekyll.environment == 'production' and site.google_analytics -%}
10
10
{%- include google-analytics.html -%}
11
11
{%- endif -%}
12
+ < script src ="https://kit.fontawesome.com/ea8bca3c5d.js " crossorigin ="anonymous "> </ script >
12
13
</ head >
Original file line number Diff line number Diff line change 6
6
< header class ="post-header ">
7
7
< h1 class ="post-title p-name " itemprop ="name headline "> {{ page.title | escape }}</ h1 >
8
8
< p class ="post-meta ">
9
- < div class ="post-dt " style ="width:60%; float:left ">
9
+ < div class ="post-dt " style ="width:60%; float:left " align-items: center; >
10
+ < i class ="fa-solid fa-calendar "> </ i >
11
+
10
12
< time class ="dt-published " datetime ="{{ page.date | date_to_xmlschema }} " itemprop ="datePublished ">
11
13
{%- assign date_format = site.minima.date_format | default: "%b %-d, %Y" -%}
12
14
{{ page.date | date: date_format }}
@@ -18,7 +20,9 @@ <h1 class="post-title p-name" itemprop="name headline">{{ page.title | escape }}
18
20
19
21
20
22
< div class ="post-categories " style ="width:40%; float:right ">
21
- < div class ="post-categories-list " style ="display: flex; justify-content: flex-end ">
23
+ < div class ="post-categories-list " style ="display: flex; justify-content: flex-end; align-items: center; ">
24
+ < i class ="fa-solid fa-tags "> </ i >
25
+
22
26
{% if post %}
23
27
{% assign categories = post.categories %}
24
28
{% else %}
You can’t perform that action at this time.
0 commit comments