diff --git a/_layouts/note.html b/_layouts/note.html
index bc86381..c354f9d 100644
--- a/_layouts/note.html
+++ b/_layouts/note.html
@@ -8,10 +8,8 @@ layout: default
-
-
+{% if page.backlinks.size > 0 %}
- {% if page.backlinks.size > 0 %}
Notes mentioning this note
{% for backlink in page.backlinks %}
@@ -20,7 +18,7 @@ layout: default
{% endfor %}
- {% endif %}
+{% endif %}
diff --git a/assets/css/note.css b/assets/css/note.css
index c19160e..e1328b6 100644
--- a/assets/css/note.css
+++ b/assets/css/note.css
@@ -1,10 +1,8 @@
-.backlink-divider {
- color: var(--color-background-2);
-}
-
.backlink-box {
display: flex;
flex-direction: column;
+ border-top: 1px solid var(--color-background-2);
+ padding-top: 16px;
}
.backlinks {