about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rwxr-xr-xsfeed_html.sh4
-rw-r--r--style.css6
2 files changed, 10 insertions, 0 deletions
diff --git a/sfeed_html.sh b/sfeed_html.sh index 58fce30..910323d 100755 --- a/sfeed_html.sh +++ b/sfeed_html.sh
@@ -30,6 +30,10 @@ Planet ACDW</h1>
30$(html_main "$@") 30$(html_main "$@")
31<aside><ul>$(cat "$aside")</ul></aside> 31<aside><ul>$(cat "$aside")</ul></aside>
32</main> 32</main>
33<footer>
34Generated by <a href="https://codemadness.org/sfeed-simple-feed-parser.html">sfeed</a>
35using <a href="https://git.acdw.net/sfeed/">this configuration</a>.
36</footer>
33</body> 37</body>
34</html> 38</html>
35EOF 39EOF
diff --git a/style.css b/style.css index 0fa9d6b..4462446 100644 --- a/style.css +++ b/style.css
@@ -174,3 +174,9 @@ header a { display: inline; }
174 aside { border-bottom: 1px solid black; } 174 aside { border-bottom: 1px solid black; }
175 aside li { background: white !important; } 175 aside li { background: white !important; }
176} 176}
177
178footer {
179 font-size: 80%;
180 font-style: italic;
181 text-align: right;
182}