Skip to content

Commit ae3b61b

Browse files
committed
Cleanup
1 parent 318d56c commit ae3b61b

File tree

8 files changed

+3
-8
lines changed

8 files changed

+3
-8
lines changed

src/_includes/layouts/post.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ <h3 class="toc__title" id="toc-title">On this page</h3>
1212
</section>
1313
</div>
1414
{% endif %}
15-
<div class="l-post__content post-content">{{ content | safe }}</div>
15+
<div class="l-post__content post-content">
16+
{{ content | safe }}
17+
</div>
1618
</article>
1719
{% include "partials/post-navigation.html" %}
1820
{% endblock %}

src/posts/customization/posts/spruce-css.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
title: "Spruce CSS"
3-
date: "2023-05-23"
43
eleventyNavigation:
54
key: "Spruce CSS"
65
parent: "Customization"

src/posts/customization/posts/themes.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
title: "Themes"
3-
date: "2023-05-23"
43
eleventyNavigation:
54
key: "Themes"
65
parent: "Customization"

src/posts/getting-started/posts/content-management.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: "Content Management"
33
summary: "Today more people and experts write about accessibility. For the better progression it is a good idea to read them."
4-
date: "2023-05-23"
54
eleventyNavigation:
65
key: Content Management
76
parent: Getting Started

src/posts/getting-started/posts/features.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: "Features"
33
summary: "We tried to make a simple but well-structured theme. Managing the content is straightforward but still comes with some helpful features."
4-
date: "2023-05-23"
54
eleventyNavigation:
65
key: Features
76
parent: Getting Started

src/posts/getting-started/posts/introduction.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: "Introduction"
33
summary: "Welcome to the official documentation of SPRUCEDOCS Elventy theme. A small template that you can use to document any of your projects."
4-
date: "2023-05-23"
54
eleventyNavigation:
65
key: Introduction
76
parent: Getting Started

src/posts/getting-started/posts/setup.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: "Setup"
33
summary: "We use eleventy --serve and compile Sass with sass-cli with npm scripts."
4-
date: "2023-05-23"
54
eleventyNavigation:
65
key: Setup
76
parent: Getting Started

src/posts/getting-started/posts/structure.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: "Structure"
33
summary: "The structure is a generic Eleventy theme with the standard folder and file names."
4-
date: "2023-05-23"
54
eleventyNavigation:
65
key: Structure
76
parent: Getting Started

0 commit comments

Comments
 (0)