Skip to content

Commit

Permalink
style: add trailing newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
uncenter committed Nov 27, 2023
1 parent 4031371 commit acc2aa4
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/_includes/postslist.njk
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
</div>
<p class="mb-0 mt-1">{{ post.data.description }}</p>
</div>
{%- endfor -%}
{%- endfor -%}
2 changes: 1 addition & 1 deletion src/_layouts/post.njk
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ layout: base.njk
{%- icon 'lucide:arrow-right' -%}
</a>
{% endif %}
</div>
</div>
2 changes: 1 addition & 1 deletion src/generated/404.njk
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ layout: page.njk
---

<p>Uh oh.. Couldn't find that page.</p>
<a href="/">Return to home?</a>
<a href="/">Return to home?</a>
2 changes: 1 addition & 1 deletion src/generated/feed.xml.njk
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ permalink: /feed.xml
<content xml:lang="{{ site.lang }}" type="html">{{ post.content | htmlToAbsoluteUrls(post.url | url) }}</content>
</entry>
{%- endfor %}
</feed>
</feed>
2 changes: 1 addition & 1 deletion src/generated/robots.txt.njk
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ permalink: /robots.txt
Sitemap: {{ '/sitemap.xml' | url }}

User-agent: *
Disallow:
Disallow:
2 changes: 1 addition & 1 deletion src/projects.njk
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ description: A list of projects I've worked on.
<hr>

{% set projectslist = projects.archived %}
{% include "projectslist.njk" %}
{% include "projectslist.njk" %}
2 changes: 1 addition & 1 deletion src/tags.njk
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ description: Posts tagged “{{ tag }}”

<p>
<a href="/posts" class="space-x-2">{%- icon 'lucide:arrow-left' -%}<span>All posts</span></a>
</p>
</p>

0 comments on commit acc2aa4

Please sign in to comment.