Skip to content

Commit

Permalink
Fix: whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
esadek committed Oct 28, 2023
1 parent 134c5f9 commit 94af60e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _includes/home.njk
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ layout: base.njk
<div class="my-5">
{% for page in search.pages("layout=post.njk", "date=desc") %}
<div class="mb-2 d-flex justify-content-between">
<a class="fs-5"href="{{ page.data.url }}">{{ page.data.title }}</a>
<a class="fs-5" href="{{ page.data.url }}">{{ page.data.title }}</a>
<p class="text-muted text-end fw-light mb-0">{{ page.data.date | date("HUMAN_DATE") }}</p>
</div>
{% endfor %}
Expand Down
6 changes: 3 additions & 3 deletions _site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,17 @@
<div class="my-5">

<div class="mb-2 d-flex justify-content-between">
<a class="fs-5" href="/blog/learn-ml/">Learn Machine Learning</a>
<a class="fs-5" href="/blog/learn-ml/">Learn Machine Learning</a>
<p class="text-muted text-end fw-light mb-0">July 3rd, 2023</p>
</div>

<div class="mb-2 d-flex justify-content-between">
<a class="fs-5" href="/blog/markdoc-deno/">Running Markdoc on Deno</a>
<a class="fs-5" href="/blog/markdoc-deno/">Running Markdoc on Deno</a>
<p class="text-muted text-end fw-light mb-0">January 25th, 2023</p>
</div>

<div class="mb-2 d-flex justify-content-between">
<a class="fs-5" href="/blog/python-memoization/">Memoization in Python 3</a>
<a class="fs-5" href="/blog/python-memoization/">Memoization in Python 3</a>
<p class="text-muted text-end fw-light mb-0">May 23rd, 2021</p>
</div>

Expand Down

0 comments on commit 94af60e

Please sign in to comment.