website/stories/index.html

16 lines
414 B
HTML

<INJECT>cat $HOME/template/header.html | sed "s/__PAGE TITLE__/Stories/"</INJECT>
<h1>Stories</h1>
<div style="text-align:center;">
<p>
Random stories, blogs, ideas and more.
<br>
Things I made/built/thought of or just wanted to share
</p>
<hr/>
<INJECT>python $HOME/bscripts/ls_table.py $CURRENT .html</INJECT>
</div>
<INJECT>cat $HOME/template/footer.html</INJECT>