From 77148baa42e519f9db77c0a684c09fed25212f92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Mon, 29 Jan 2024 21:54:20 +0100 Subject: [PATCH] Activate and run _pages --- qsgen2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qsgen2 b/qsgen2 index 560d4ae..6eaf84d 100755 --- a/qsgen2 +++ b/qsgen2 @@ -684,3 +684,5 @@ function _html() { # Time to test the first function echo "${green}Running function _blogs${end}" _blogs +echo "${green}Running function _pages${end}" +_pages \ No newline at end of file