From 0c8547779a009b7a79eeca1615fe0cd2e32dea54 Mon Sep 17 00:00:00 2001 From: madrilene Date: Tue, 13 Feb 2024 13:07:21 +0100 Subject: [PATCH] restructure --- src/_data/meta.js | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/_data/meta.js b/src/_data/meta.js index b2f022a..2db8322 100644 --- a/src/_data/meta.js +++ b/src/_data/meta.js @@ -25,15 +25,17 @@ module.exports = { opengraph_default_alt: 'Visible content: Eleventy starter based on workflow for Cube CSS, Every Layout, Design Tokens and Tailwind for uitility, based on the concepts explained in buildexcellentwebsit.es', // alt text for default meta image blog: { - // this is for the rss feed + // RSS feed name: 'My Web Development Blog', description: 'Tell the word what you are writing about in your blog. It will show up on feed readers.', + // feed links are looped over in the head. You may add more to the array. + feedLinks: [{title: 'Atom Feed', url: '/feed.xml', type: 'application/atom+xml'}], + // Tags tagSingle: 'Tag', tagPlural: 'Tags', tagMore: 'More tags:', - // feed links are looped over in the head. - feedLinks: [{title: 'Atom Feed', url: '/feed.xml', type: 'application/atom+xml'}], + // pagination paginationLabel: 'Blog', paginationPage: 'Page', paginationPrevious: 'Previous',