diff options
-rw-r--r-- | content/projects/index.md | 4 | ||||
-rwxr-xr-x | scripts/build_content.sh | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/content/projects/index.md b/content/projects/index.md index 55e2bf4..7316d55 100644 --- a/content/projects/index.md +++ b/content/projects/index.md | |||
@@ -6,7 +6,7 @@ layout: categorized_list | |||
6 | ## Web services | 6 | ## Web services |
7 | 7 | ||
8 | ::: {macro=refs} | 8 | ::: {macro=refs} |
9 | - [Gopher + Gemini proxy](//proxy.vulpes.one/) | 9 | - [Gopher + Gemini Proxy](//proxy.vulpes.one/) |
10 | - [IRC web client](//irc.vulpes.one/) | 10 | - [IRC Web Client](//irc.vulpes.one/) |
11 | - [PeerTube Livestream Chat](//lsirc.vulpes.one/) | 11 | - [PeerTube Livestream Chat](//lsirc.vulpes.one/) |
12 | ::: | 12 | ::: |
diff --git a/scripts/build_content.sh b/scripts/build_content.sh index 160f64d..22f52df 100755 --- a/scripts/build_content.sh +++ b/scripts/build_content.sh | |||
@@ -77,7 +77,7 @@ get_subpages_metadata() { | |||
77 | local pages="[]" | 77 | local pages="[]" |
78 | 78 | ||
79 | for file_in in "${child_pages[@]}"; do | 79 | for file_in in "${child_pages[@]}"; do |
80 | local content=$(get_content "$file_in" | sed -z 's/\\/\\\\/g;s/\n/\\n/g;s/"/\"/g') | 80 | local content=$(get_content "$file_in" | sed -z 's/\\/\\\\/g;s/\n/\\n/g;s/"/\\"/g') |
81 | 81 | ||
82 | local metadata=$(get_metadata "$file_in" | jq "{ \ | 82 | local metadata=$(get_metadata "$file_in" | jq "{ \ |
83 | file_out: .file_out, \ | 83 | file_out: .file_out, \ |