diff --git a/.eleventy.js b/.eleventy.js index 7409a7d..a24dec1 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -6,6 +6,7 @@ const markdownItAnchor = require('markdown-it-anchor') const library = require('@fortawesome/fontawesome-svg-core').library; const icon = require('@fortawesome/fontawesome-svg-core').icon; const fas = require('@fortawesome/free-solid-svg-icons').fas; +const { execSync } = require('child_process'); module.exports = function(eleventyConfig) { eleventyConfig.addPlugin(navigationPlugin) @@ -58,6 +59,10 @@ module.exports = function(eleventyConfig) {
Hey there! 👋 Thank you for reading this article!
Is there something missing, or do you have an idea on how to improve the documentation? diff --git a/content/_includes/default_layout.njk b/content/_includes/default_layout.njk index d2251f0..3f9bda3 100644 --- a/content/_includes/default_layout.njk +++ b/content/_includes/default_layout.njk @@ -32,6 +32,25 @@ + + + {% if page.url != '/' %}