diff options
Diffstat (limited to 'index.md.do')
-rw-r--r-- | index.md.do | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/index.md.do b/index.md.do index 3b6eddd..d7c76d2 100644 --- a/index.md.do +++ b/index.md.do | |||
@@ -23,8 +23,8 @@ This site is supposed to serve as a research notebook to get me to write up | |||
23 | ideas and results. As such, it is woefully unpolished, unreliably and generally | 23 | ideas and results. As such, it is woefully unpolished, unreliably and generally |
24 | to be used at your own risk. | 24 | to be used at your own risk. |
25 | 25 | ||
26 | Still, have fun! And please send me [email](mailto:vkleen+math@17220103.de) with | 26 | Still, have fun! And please send email with suggestions, corrections, |
27 | suggestions, corrections, criticism or general rants if you like. | 27 | criticism or general rants to <vkleen+math@17220103.de> if you like. |
28 | 28 | ||
29 | I have the following categories of posts: | 29 | I have the following categories of posts: |
30 | 30 | ||
@@ -32,4 +32,7 @@ EOF | |||
32 | 32 | ||
33 | for x in "${LISTS[@]}"; do | 33 | for x in "${LISTS[@]}"; do |
34 | printf "* [%s](%s)\n" "$(<$x/title)" "$x.html" | 34 | printf "* [%s](%s)\n" "$(<$x/title)" "$x.html" |
35 | while read -r -d $'\n'; do | ||
36 | printf " %s" "$REPLY" | ||
37 | done < "$x/preview" | ||
35 | done | 38 | done |