Remove sigil shortcode
This commit is contained in:
parent
3b9967213c
commit
fc9a2e125b
|
@ -13,10 +13,6 @@ module.exports = function (eleventyConfig) {
|
||||||
eleventyConfig.addPassthroughCopy("./src/img");
|
eleventyConfig.addPassthroughCopy("./src/img");
|
||||||
eleventyConfig.addWatchTarget("./src/css");
|
eleventyConfig.addWatchTarget("./src/css");
|
||||||
|
|
||||||
eleventyConfig.addShortcode("sigil", function (name, label) {
|
|
||||||
return `<h3 class="sigil--${name}">${label}</h3>`;
|
|
||||||
});
|
|
||||||
|
|
||||||
return {
|
return {
|
||||||
dir: {
|
dir: {
|
||||||
input: "src",
|
input: "src",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "gils-nexus",
|
"name": "gils-nexus",
|
||||||
"version": "0.0.1",
|
"version": "0.0.2",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Reference in a new issue