fix
This commit is contained in:
parent
b1c51b26e3
commit
4f0ff6a0e1
2 changed files with 5 additions and 5 deletions
|
@ -27,4 +27,4 @@ const numberOfLatestPostsToShow = 3;
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
#}
|
#}
|
||||||
<a href="/feed/feed.xml">rss feed</a>
|
<a href="/feed/feed.xml">atom feed</a>
|
||||||
|
|
|
@ -63,11 +63,11 @@ export default async function(eleventyConfig) {
|
||||||
},
|
},
|
||||||
metadata: {
|
metadata: {
|
||||||
language: "en",
|
language: "en",
|
||||||
title: "Blog Title",
|
title: "Nyxblog",
|
||||||
subtitle: "This is a longer description about your blog.",
|
subtitle: "blog for everypizza.im and nyx",
|
||||||
base: "https://example.com/",
|
base: "https://blog.everypizza.im/",
|
||||||
author: {
|
author: {
|
||||||
name: "Your Name"
|
name: "Nyx Tutt"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue