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 %}
|
||||
</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: {
|
||||
language: "en",
|
||||
title: "Blog Title",
|
||||
subtitle: "This is a longer description about your blog.",
|
||||
base: "https://example.com/",
|
||||
title: "Nyxblog",
|
||||
subtitle: "blog for everypizza.im and nyx",
|
||||
base: "https://blog.everypizza.im/",
|
||||
author: {
|
||||
name: "Your Name"
|
||||
name: "Nyx Tutt"
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue