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.addWatchTarget("./src/css");
 | 
			
		||||
 | 
			
		||||
  eleventyConfig.addShortcode("sigil", function (name, label) {
 | 
			
		||||
    return `<h3 class="sigil--${name}">${label}</h3>`;
 | 
			
		||||
  });
 | 
			
		||||
 | 
			
		||||
  return {
 | 
			
		||||
    dir: {
 | 
			
		||||
      input: "src",
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,6 +1,6 @@
 | 
			
		|||
{
 | 
			
		||||
  "name": "gils-nexus",
 | 
			
		||||
  "version": "0.0.1",
 | 
			
		||||
  "version": "0.0.2",
 | 
			
		||||
  "description": "",
 | 
			
		||||
  "main": "index.js",
 | 
			
		||||
  "scripts": {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue