diff --git a/generate-blog.bash b/generate-blog.bash index 5786fb4..2851ceb 100755 --- a/generate-blog.bash +++ b/generate-blog.bash @@ -55,18 +55,6 @@ print-blog-html-top() { - -
Home @@ -258,7 +246,7 @@ while read -r post_html_path; do publish-html "$publish_dir" "$post_dir" "$post_publish_dir" "$post_html" || exit $? { - el div + el 'div class="blog-feed-item"' printf '

%s

' "$href" "$title" printf '%s' "$pubdate" el 'p style="margin-top: 0.5em;"' diff --git a/style.css b/style.css index f4d4d2b..439bea5 100644 --- a/style.css +++ b/style.css @@ -121,3 +121,13 @@ code { margin: 1em; } } + +.blog-feed-item h2 a { + color: #5b4636; + text-decoration: none; +} + +.blog-feed-item h2 a:visited { + color: #5b4636; + text-decoration: none; +}