diff options
author | EuAndreh <eu@euandre.org> | 2020-08-10 08:14:44 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-08-10 08:14:44 -0300 |
commit | dd8d5a5dbb765233eb493b746db5c8a6d0c23de9 (patch) | |
tree | 91fbddb5b59ea883def85663af326abee918bd02 | |
parent | Add post on Guix in builds.sr.ht (diff) | |
download | euandre.org-dd8d5a5dbb765233eb493b746db5c8a6d0c23de9.tar.gz euandre.org-dd8d5a5dbb765233eb493b746db5c8a6d0c23de9.tar.xz |
CSS: Add clearer separation between end of post and post footer
-rw-r--r-- | _includes/public-inbox.html | 4 | ||||
-rw-r--r-- | _layouts/post.html | 2 | ||||
-rw-r--r-- | styles.css | 6 |
3 files changed, 8 insertions, 4 deletions
diff --git a/_includes/public-inbox.html b/_includes/public-inbox.html index a630d50..aaeff37 100644 --- a/_includes/public-inbox.html +++ b/_includes/public-inbox.html @@ -1,12 +1,12 @@ {% if page.lang == 'en' %} - Have a comment on this post? Start a discussion in my + Do you have a comment on this post? Start a discussion in my <a href="https://lists.sr.ht/~euandreh/public-inbox">public inbox</a> by sending an email to <a href="mailto:~euandreh/public-inbox@lists.sr.ht?Subject=Re%3A%20{{ page.title | uri_escape }}">~euandreh/public-inbox@lists.sr.ht</a> [<a href="https://man.sr.ht/lists.sr.ht/etiquette.md">mailing list etiquette</a>], or see <a href="https://lists.sr.ht/~euandreh/public-inbox?search={{ page.title | uri_escape }}">existing discussions</a>. {% elsif page.lang == 'pt' %} - Tem um comentário sobre essa postagem? Comece uma discussão na minha + Você tem um comentário sobre essa postagem? Comece uma discussão na minha <a href="https://lists.sr.ht/~euandreh/public-inbox">caixa de entrada pública</a> mandando um email para <a href="mailto:~euandreh/public-inbox@lists.sr.ht?Subject=Re%3A%20{{ page.title | uri_escape }}">~euandreh/public-inbox@lists.sr.ht</a> diff --git a/_layouts/post.html b/_layouts/post.html index e6d3a80..18debe5 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -13,7 +13,7 @@ layout: default <section> {{ content }} </section> - <section> + <section class="post-footer"> <p> {% include public-inbox.html %} </p> @@ -65,12 +65,16 @@ pre.highlight { border-bottom: 1px solid; } -article .header { +section.header { color: #555; font-size: 14px; font-style: italic; } +section.post-footer { + border-top: 0.5px solid #555; +} + .simple-icon { height: 22px; vertical-align: middle; |