From 2431bd22d5441c01b595c7f446232bbdcf31a130 Mon Sep 17 00:00:00 2001 From: bdeshi Date: Mon, 23 May 2022 21:04:19 +0600 Subject: [PATCH] =?UTF-8?q?move=20to=20section=208=20sysadmin=20tools=20?= =?UTF-8?q?=F0=9F=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- includes/sections/seealso.pug | 2 +- vars.pug | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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()