mirror of
https://github.com/szymon-jozef/static-site-generator.git
synced 2026-09-07 12:10:42 +02:00
fix metadata parsing, accounting for trailing quotes
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#include <set>
|
||||
#include <string>
|
||||
|
||||
// trim string in-place, removing all whitespaces
|
||||
// trim string in-place, removing all whitespaces and surrounding '"' symbols
|
||||
void trim(std::string &str);
|
||||
|
||||
// Convert a string containing an inline YAML/JSON-style list of strings
|
||||
|
||||
Reference in New Issue
Block a user