Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
angeidheal committed Jul 26, 2023
1 parent db44a2d commit fec107f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

{% for post in paginator.posts %}

<h1><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h1>
<h1 style="text-align: center">{{ post.title }}</h1>

<p>
<p style="text-align: center"><a href="{{ site.baseurl }}{{ post.url }}">
{% assign m = post.date | date: "%-m" %}
{{ post.date | date: "%d" }}
{% case m %}
Expand All @@ -24,7 +24,7 @@ <h1><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h1>
{% when '12' %}An Dùbhlachd
{% endcase %}
{{ post.date | date: "%Y" }}
</p>
</a></p>

{% if post.image %}
<img src="{{ site.baseurl }}{{ post.image }}" class="post-image">
Expand Down

0 comments on commit fec107f

Please sign in to comment.