aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-10-27 23:10:35 -0700
committerPinapelz <yukais@pinapelz.com>2025-10-27 23:14:45 -0700
commitca56a2618dd306855a4ede4dbcc389d4c714cccd (patch)
tree8600e72216f6d5db6cd93874c5e0c167129a3db8 /src/main.cpp
parent539ef6568697c9dc1712fc7a2a379d4e3fb9235c (diff)
add metadata section for controlling title
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index caee08c..85433fe 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -69,7 +69,7 @@ int main(int argc, char* argv[]) {
cssPath = params["-css"];
}
- std::string htmlOutput = translator.translate(markdownContent, cssPath, "XIV Lore");
+ std::string htmlOutput = translator.translate(markdownContent, cssPath);
// Write to output file
std::string outputFile = params["-o"];
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage