diff options
author | elioat@tilde.institute <eli@newstartmobile.com> | 2023-01-16 15:18:53 -0500 |
---|---|---|
committer | elioat@tilde.institute <eli@newstartmobile.com> | 2023-01-16 15:18:53 -0500 |
commit | 82695339b1e0f1b712cf11601f0f6e42030abe65 (patch) | |
tree | 072fb8956b66fa3f69443d171b5877eea0f0fb2f /mynah | |
parent | 38a88f955e6e3fb55f1f52d8c73f6ca66590f882 (diff) | |
download | wiki-82695339b1e0f1b712cf11601f0f6e42030abe65.tar.gz |
*
Diffstat (limited to 'mynah')
-rwxr-xr-x | mynah | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mynah b/mynah index 236aa4f..3ae37c1 100755 --- a/mynah +++ b/mynah @@ -35,7 +35,7 @@ RSSHEADER='<?xml version="1.0" encoding="UTF-8"?> RSSEND='</channel></rss>' build_logs() { - pandoc changelog.md -o public/changelog.html + pandoc -c https://elioat.tilde.institute/wiki/styles.css -s changelog.md -o public/changelog.html cd content rm ../archive.md echo -e "# Archive\n" > ../archive.md |