diff options
author | EuAndreh <eu@euandre.org> | 2025-04-17 09:06:02 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-04-17 09:06:02 -0300 |
commit | 606e25bf865093a4288e80ac03fa64165edb3ee8 (patch) | |
tree | 7ae447718d1a830f9110f48df2138d3634aff5a5 | |
parent | src/html: Remove <hr /> for content footer (diff) | |
download | mkwb-606e25bf865093a4288e80ac03fa64165edb3ee8.tar.gz mkwb-606e25bf865093a4288e80ac03fa64165edb3ee8.tar.xz |
src/html: Add "content-footer" class to content footer
-rwxr-xr-x | src/html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -76,7 +76,7 @@ comments() { cat <<EOF <section> <!-- Use <address> here? --> - <footer> + <footer class="content-footer"> <p id="comment"> <a href="$comment_url">Comment</a> about this page and see |