diff --git a/.eleventy.js b/.eleventy.js
index ffe1a8b..06d4888 100644
--- a/.eleventy.js
+++ b/.eleventy.js
@@ -23,7 +23,7 @@ module.exports = function (eleventyConfig) {
`
});
- eleventyConfig.addShortcode("infinitenightmare", function (title, link, image, video, iframelink, description) {
+ eleventyConfig.addShortcode("listentry", function (title, link, image, video, iframelink, description) {
if (!title || title == "") {
return '';
};
@@ -63,7 +63,7 @@ module.exports = function (eleventyConfig) {
if (iframelink) {
console.log(iframelink)
iframeString = `
-
`;
+
`;
}
return `
diff --git a/src/_includes/styles.css b/src/_includes/styles.css index 60ea1ec..2f3f1b3 100644 --- a/src/_includes/styles.css +++ b/src/_includes/styles.css @@ -388,6 +388,10 @@ footer { margin-top: 32px; } +/* .list-formatting h3:first-of-type { + margin-top: 8px; +} */ + .list-formatting img, .list-formatting video, .list-formatting iframe { diff --git a/src/infinite_nightmare.md b/src/infinite_nightmare.md index 07db704..d1b385f 100644 --- a/src/infinite_nightmare.md +++ b/src/infinite_nightmare.md @@ -6,15 +6,18 @@ pagination: size: 1000 alias: postslist --- -