diff options
author | Florian Pelz <pelzflorian@pelzflorian.de> | 2018-02-05 16:19:25 +0100 |
---|---|---|
committer | Florian Pelz <pelzflorian@pelzflorian.de> | 2018-02-05 16:19:25 +0100 |
commit | dd627224162d5f4e6667400955f0059cc058acc7 (patch) | |
tree | f94fcf188552f1a81548742aae59bd2177ca7ccf | |
parent | a81d1db3e4ec1dc82e1af6e0f86145f3c6a3109e (diff) |
Fix CSS for old stuff C exercises.
-rw-r--r-- | haunt.scm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1316,7 +1316,7 @@ interesting things to share, I’ll put them up here."))) (list (atom-feed-for-lingua site posts-for-lingua)) (list (atom-feeds-by-tag-for-lingua site posts-for-lingua)) (list (make-asset "c_exercises.htm" "c_exercises.htm")) - (list (make-asset "c_exercises.htm" "c_exercises.css")) + (list (make-asset "c_exercises.css" "c_exercises.css")) (list ((dont-hang-page-for-lingua lingua) site posts-for-lingua)) (list ((schulstücke-page-for-lingua lingua) site posts-for-lingua)) (list ((old-stuff-page-for-lingua lingua) site posts-for-lingua)) |