diff --git a/.eleventy.js b/.eleventy.js index d5b7d1e4..0d47e1df 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -46,6 +46,8 @@ export default async function (eleventyConfig) { // quiet build output eleventyConfig.setQuietMode(true) + + // template options eleventyConfig.setLiquidOptions({ jsTruthy: true, }) diff --git a/src/assets/styles/index.css b/src/assets/styles/index.css index 73156283..adb03f8f 100644 --- a/src/assets/styles/index.css +++ b/src/assets/styles/index.css @@ -179,6 +179,11 @@ nav ul { list-style: none; } +nav ul li { + margin-top: 0; + margin-bottom: 0; +} + nav ul li:not(:last-child) { margin-right: 1rem; } @@ -477,8 +482,6 @@ footer nav { .main__title h1 { padding-bottom: 0; - font-size: var(--font-size-3xl); - line-height: var(--line-height-3xl); } .now__topper h2 { @@ -489,6 +492,7 @@ footer nav { max-width: 768px; } + .main__title h1, .page__header { font-size: var(--font-size-3xl); line-height: var(--line-height-3xl); diff --git a/src/pages/opml.liquid b/src/pages/opml.liquid index a5747520..de91c6bc 100644 --- a/src/pages/opml.liquid +++ b/src/pages/opml.liquid @@ -1,5 +1,6 @@ --- permalink: /blogroll.opml +layout: null eleventyExcludeFromCollections: true ---