Skip to content

Commit

Permalink
Markdown fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlaki committed Mar 1, 2024
1 parent d8b25ab commit 8bccc4e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions src/blog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
title: "Blog"
layout: "layout/posts.html"
pagination:
data: collections.blog
size: 12
reverse: true
alias: posts
data: collections.blog

Check failure on line 5 in src/blog.md

View workflow job for this annotation

GitHub Actions / Lint Front Matter

5:11 [quoted-strings] string value is not quoted with double quotes
size: 12
reverse: true
alias: posts

Check failure on line 8 in src/blog.md

View workflow job for this annotation

GitHub Actions / Lint Front Matter

8:12 [quoted-strings] string value is not quoted with double quotes
paginationCaptionNext: "Next"
paginationCaptionPrev: "Previous"
permalink: "blog{% if pagination.pageNumber > 0 %}/page/{{ pagination.pageNumber }}{% endif %}/index.html"
Expand Down
8 changes: 4 additions & 4 deletions src/tags.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
title: "Tags"
layout: "layout/posts.html"
pagination:
data: collections.posts
size: 1
reverse: true
alias: tag
data: collections.posts

Check failure on line 5 in src/tags.md

View workflow job for this annotation

GitHub Actions / Lint Front Matter

5:11 [quoted-strings] string value is not quoted with double quotes
size: 1
reverse: true
alias: tag

Check failure on line 8 in src/tags.md

View workflow job for this annotation

GitHub Actions / Lint Front Matter

8:12 [quoted-strings] string value is not quoted with double quotes
permalink: "/tag/{{ tag | slug }}/"
---
8 changes: 4 additions & 4 deletions src/templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
title: "Templates"
layout: "layout/templates.html"
pagination:
data: collections.templates
size: 99
reverse: true
alias: templates
data: collections.templates

Check failure on line 5 in src/templates.md

View workflow job for this annotation

GitHub Actions / Lint Front Matter

5:11 [quoted-strings] string value is not quoted with double quotes
size: 99
reverse: true
alias: templates

Check failure on line 8 in src/templates.md

View workflow job for this annotation

GitHub Actions / Lint Front Matter

8:12 [quoted-strings] string value is not quoted with double quotes
---

0 comments on commit 8bccc4e

Please sign in to comment.