Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
holger1411 committed Jun 16, 2023
1 parent 5cea658 commit a92f177
Show file tree
Hide file tree
Showing 39 changed files with 1,342 additions and 231 deletions.
3 changes: 0 additions & 3 deletions .eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ const navigationPlugin = require('@11ty/eleventy-navigation')
const rssPlugin = require('@11ty/eleventy-plugin-rss')

module.exports = function(eleventyConfig) {


function filterTagList(tags) {
return (tags || []).filter(tag => ["all", "nav"].indexOf(tag) === -1);
}
Expand Down Expand Up @@ -64,5 +62,4 @@ module.exports = function(eleventyConfig) {
output: "dev"
}
};

};
Loading

1 comment on commit a92f177

@vercel
Copy link

@vercel vercel bot commented on a92f177 Jun 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

11straps – ./

11straps.vercel.app
11straps-git-main-office12.vercel.app
11straps-office12.vercel.app

Please sign in to comment.