|
64 | 64 | </h3>
|
65 | 65 | <p>{{ post.description }}</p>
|
66 | 66 | <p class="post-meta">
|
67 |
| - {{ read_time }} min read · |
| 67 | + {{ read_time }} min read • |
68 | 68 | {{ post.date | date: '%B %-d, %Y' }}
|
69 | 69 | {%- if post.external_source %}
|
70 |
| - · {{ post.external_source }} |
| 70 | + • {{ post.external_source }} |
71 | 71 | {%- endif %}
|
72 | 72 | </p>
|
73 | 73 | <p class="post-tags">
|
74 |
| - <a href="{{ year | prepend: '/blog/' | prepend: site.baseurl}}"> |
75 |
| - <i class="fas fa-calendar fa-sm"></i> {{ year }} </a> |
76 |
| - |
77 |
| - {% if tags != "" %} |
78 |
| - · |
79 |
| - {% for tag in post.tags %} |
80 |
| - <a href="{{ tag | prepend: '/blog/tag/' | prepend: site.baseurl}}"> |
81 |
| - <i class="fas fa-hashtag fa-sm"></i> {{ tag }}</a> |
82 |
| - {% endfor %} |
83 |
| - {% endif %} |
84 |
| - |
85 |
| - {% if categories != "" %} |
86 |
| - · |
87 |
| - {% for category in post.categories %} |
88 |
| - <a href="{{ category | prepend: '/blog/category/' | prepend: site.baseurl}}"> |
89 |
| - <i class="fas fa-tag fa-sm"></i> {{ category }}</a> |
90 |
| - {% endfor %} |
91 |
| - {% endif %} |
92 |
| - </p> |
| 74 | + <a href="{{ year | prepend: '/blog/' | prepend: site.baseurl}}"> <i class="fas fa-calendar fa-sm pe-1"></i> {{ year }} </a> |
| 75 | + {%- if tags != "" %} |
| 76 | + • |
| 77 | + {% for tag in post.tags -%} |
| 78 | + <a href="{{ tag | prepend: '/blog/tag/' | prepend: site.baseurl}}"> |
| 79 | + <i class="fas fa-hashtag fa-sm pe-1"></i> {{ tag }}</a>{% unless forloop.last %} {% endunless %} |
| 80 | + {% endfor -%} |
| 81 | + {% endif %} |
| 82 | + {% if categories != "" %} |
| 83 | + • |
| 84 | + {% for category in post.categories %} |
| 85 | + <a href="{{ category | prepend: '/blog/category/' | prepend: site.baseurl}}"> |
| 86 | + <i class="fas fa-tag fa-sm pe-1"></i> {{ category }}</a>{% unless forloop.last %} {% endunless %} |
| 87 | + {% endfor -%} |
| 88 | + {% endif %} |
| 89 | + </p> |
93 | 90 | </li>
|
94 | 91 |
|
95 | 92 | {% endfor %}
|
|
0 commit comments