diff --git a/includes/sections/seealso.pug b/includes/sections/seealso.pug index b2fbd0f..7d46a02 100644 --- a/includes/sections/seealso.pug +++ b/includes/sections/seealso.pug @@ -6,7 +6,7 @@ section.seealso |(7), | a(href="https://github.com/bdeshi" target="_blank" rel="external nofollow noopener noreferrer").print: b github - |(1) + |(4) //- | | diff --git a/vars.pug b/vars.pug index 1366b9a..460e838 100644 --- a/vars.pug +++ b/vars.pug @@ -5,8 +5,8 @@ site_url = 'https://sammay.sarkar.website', description = 'server magician', meta_description = "a self-taught tech professional with a strong background in system administration and general programming, with proven hands-on experience in modern DevOps, cloud, and IaC work areas." - var section = 7, - section_name = 'Miscellaneous Information Manual' + var section = 8, + section_name = 'System Administration Manuals' var version = require('child_process').execSync('git rev-parse HEAD').toString().trim(), short_version = version.substring(0, 7), date = (new Date()).toDateString()