thoughts/tpl/.config

14 lines
317 B
Plaintext
Raw Normal View History

#!/bin/bash
#
# Basic template configuration; command-line options will override
html_external_css=/style.css
# additional content in the footer before the copyright
html_footer=$(cat <<EOM
<a href="/about/inside/" id="gnuinside">
<img src="/images/gnulinuxinside.png" alt="GNU/Linux Inside!" />
</a>
EOM
)