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 8bccc4e commit 9ed7926
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 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
data: "collections.blog"
size: 12
reverse: true
alias: posts
alias: "posts"
paginationCaptionNext: "Next"
paginationCaptionPrev: "Previous"
permalink: "blog{% if pagination.pageNumber > 0 %}/page/{{ pagination.pageNumber }}{% endif %}/index.html"
Expand Down
2 changes: 1 addition & 1 deletion src/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1785,8 +1785,8 @@ legend {
display: flex;
inset: auto 1.5rem 1.5rem 1.5rem;
justify-content: center;
position: fixed;
pointer-events: none;
position: fixed;
z-index: 25;
}

Expand Down
4 changes: 2 additions & 2 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
data: "collections.posts"
size: 1
reverse: true
alias: tag
alias: "tag"
permalink: "/tag/{{ tag | slug }}/"
---
4 changes: 2 additions & 2 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
data: "collections.templates"
size: 99
reverse: true
alias: templates
alias: "templates"
---

0 comments on commit 9ed7926

Please sign in to comment.