Skip to content

Commit

Permalink
Remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwlchan committed May 19, 2024
1 parent f8659ae commit 3f413e0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/_includes/meta.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{% comment %}
Render the metadata at the top of each page. This is shared across all
templates so it's rendered consistently.

Rough thinking behind order:

* Permalink is always the last item because it's a different colour
* Original date goes first on articles/TILs because it takes up roughly
the same amount of space, whereas tags are variable length
Expand Down Expand Up @@ -34,17 +34,17 @@
{% endfor %}
</li>
{% endif %}

{% for m in page.meta %}
<li>{{ m }}</li>
{% endfor %}

{% if page.date_updated %}
<li>
Last updated {% include timestamp.html date = page.date_updated %}
</li>
{% endif %}

{% if page.link %}
<li class="permalink">
<a href="{{ post.url | relative_url }}" aria-label="permalink">&infin;</a>
Expand Down

1 comment on commit 3f413e0

@alexwlchan
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉 Published on https://alexwlchan.net as production
🚀 Deployed on https://664a78ba47e656197598819d--alexwlchan.netlify.app

Please sign in to comment.