diff options
Diffstat (limited to 'generate.sh')
-rwxr-xr-x | generate.sh | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/generate.sh b/generate.sh index 156b4d8..83e88e3 100755 --- a/generate.sh +++ b/generate.sh | |||
@@ -77,11 +77,9 @@ cat > ./docs/index.html << EOF | |||
77 | <h4 class="date">nerdypepper's μblog</h4> | 77 | <h4 class="date">nerdypepper's μblog</h4> |
78 | <div class="posts"> | 78 | <div class="posts"> |
79 | <div class="post"> | 79 | <div class="post"> |
80 | <div class="separator"></div> | ||
81 | EOF | 80 | EOF |
82 | 81 | ||
83 | echo -ne "$(intro)<table><div class="separator"></div>" >> ./docs/index.html | 82 | echo -ne "$(intro)<table>" >> ./docs/index.html |
84 | |||
85 | 83 | ||
86 | # posts | 84 | # posts |
87 | posts=$(ls -t ./posts) | 85 | posts=$(ls -t ./posts) |
@@ -125,9 +123,10 @@ esh -s /bin/bash \ | |||
125 | -o "./docs/index.xml" \ | 123 | -o "./docs/index.xml" \ |
126 | "rss.esh" | 124 | "rss.esh" |
127 | 125 | ||
126 | |||
127 | |||
128 | cat >> ./docs/index.html << EOF | 128 | cat >> ./docs/index.html << EOF |
129 | </table> | 129 | </table> |
130 | <div class="separator"></div> | ||
131 | <div class="footer"> | 130 | <div class="footer"> |
132 | <a href="https://github.com/nerdypepper">Github</a> · | 131 | <a href="https://github.com/nerdypepper">Github</a> · |
133 | <a href="https://twitter.com/N3rdyP3pp3r">Twitter</a> · | 132 | <a href="https://twitter.com/N3rdyP3pp3r">Twitter</a> · |