Skip to content

Commit

Permalink
fix post bullets
Browse files Browse the repository at this point in the history
  • Loading branch information
rohandebsarkar committed Jul 6, 2022
1 parent 1905fa0 commit a94d671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<header class="post-header">
<h1 class="post-title">{{ page.title }}</h1>
<p class="post-meta">{{ page.date | date: "%B %-d, %Y" }}{%- if page.author -%} {{ page.author }}{%- endif -%}{%- if page.meta -%} {{ page.meta }}{%- endif -%}</p>
<p class="post-meta">{{ page.date | date: "%B %-d, %Y" }}{%- if page.author -%} &nbsp; &bull; &nbsp; {{ page.author }}{%- endif -%}{%- if page.meta -%} &nbsp; &bull; &nbsp; {{ page.meta }}{%- endif -%}</p>
<p class="post-tags">
<a href="{{ year | prepend: '/blog/' | prepend: site.baseurl}}"> <i class="fas fa-calendar fa-sm pe-1"></i> {{ year }} </a>
{%- if tags != "" %}
Expand Down

0 comments on commit a94d671

Please sign in to comment.