diff --git a/resources/views/templates/mini-hcard.blade.php b/resources/views/templates/mini-hcard.blade.php
index dc0c2c8c..36bd4caa 100644
--- a/resources/views/templates/mini-hcard.blade.php
+++ b/resources/views/templates/mini-hcard.blade.php
@@ -4,12 +4,12 @@
@if ($contact->facebook)
-
Facebook
+
Facebook
@endif
@if ($contact->twitter)
-
{{ $contact->twitter }}
+
{{ $contact->twitter }}
@endif
diff --git a/resources/views/templates/note.blade.php b/resources/views/templates/note.blade.php
index eef657ff..83b799d4 100644
--- a/resources/views/templates/note.blade.php
+++ b/resources/views/templates/note.blade.php
@@ -74,6 +74,7 @@
$note->mastodon_url
)
@include('templates.social-links', [
+ 'id' => $note->id,
'tweet_id' => $note->tweet_id,
'facebook_url' => $note->facebook_url,
'swarm_url' => $note->swarm_url,
diff --git a/resources/views/templates/pagination.blade.php b/resources/views/templates/pagination.blade.php
index bbe417bd..9f335afd 100644
--- a/resources/views/templates/pagination.blade.php
+++ b/resources/views/templates/pagination.blade.php
@@ -1,5 +1,5 @@
@if ($paginator->hasPages())
-