Skip to content

Commit

Permalink
fix list styles and homes
Browse files Browse the repository at this point in the history
  • Loading branch information
aloxe committed Dec 21, 2024
1 parent cc2d4a1 commit 58c1da0
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 11 deletions.
4 changes: 2 additions & 2 deletions src/_assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
@apply my-4 text-xl font-light leading-6 text-slate-900
}
.mkdn ul {
@apply list-disc list-inside
@apply list-disc
}
.mkdn ol {
@apply list-decimal list-inside
@apply list-decimal
}
.mkdn li {
@apply ml-8 mb-2
Expand Down
2 changes: 1 addition & 1 deletion src/pages/404.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
eleventyExcludeFromCollections: true
layout: nofooter.njk
layout: nofooter
permalink: 404.html
title: Page not found
---
Expand Down
10 changes: 3 additions & 7 deletions src/pages/documentation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,8 @@ ismarkdown: true
## Table of content

{% for post in collections.documentation | reverse %}
{% if post.data.title != 'documentation' %}

- [{{post.data.title}}]({{post.url}})
{% if post.data.title != 'Documentation' %}
- [{{post.data.title}}]({{post.url}})
*{{post.data.subtitle}}*
{% endif %}
{% endfor %}

## wind 🌬️

![Wind is playing with the grass and they are dancing and enjoying the magical moment in their lives. Tinos, Greece](/img/vera.jpg)
2 changes: 1 addition & 1 deletion src/pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
layout: base
---
<div class="w-full sm:w-2/3 sm:p-4 md:border sm:border-black mx-auto">
{% Picture page, "vera-davidova.jpg", "Wind is playing with the grass and they are dancing and enjoying the magical moment in their lives. Tinos, Greece", undefined, undefined, undefined, undefined %}
{% Picture page, "../static/img/vera.jpg", "Wind is playing with the grass and they are dancing and enjoying the magical moment in their lives. Tinos, Greece", undefined, undefined, undefined, undefined %}
<!--
Picture attributes:
page, file name, alt text, class, widths, formats, sizes
Expand Down
Binary file removed src/pages/vera-davidova.jpg
Binary file not shown.

0 comments on commit 58c1da0

Please sign in to comment.