From 36b3422daed37549e405ed4a5bb37b601012ca21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Gassmann?= Date: Wed, 2 Mar 2022 14:37:17 +0100 Subject: [+] Now ordering posts by date, possiblity to show a limited number of posts, date now prints the date --- src/main.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 333a841..634d6fc 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -21,10 +21,6 @@ void write_file(string path, string content){ } } -void recursive_directory_copy(const fs::path& src, const fs::path& dst) noexcept -{ -} - int generateWebsite(string arg, string config){ // cout << arg << " " << config << endl; if(config[config.length()-1] != '/') -- cgit v1.2.3