Skip to content

Commit f4b87c3

Browse files
Webmentions bookmarks
1 parent fa09de6 commit f4b87c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/site/bookmark-pages.liquid

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pagination:
77
permalink: "{{ bookmark.permalink }}/"
88
---
99
<article class="flex flex-col h-entry">
10-
<a href="{{ bookmark.link }}" class="w-content" rel="noopener">
10+
<a href="{{ bookmark.link }}" class="u-bookmark-of w-content" rel="noopener">
1111
<h1 class="md:text-5xl md:leading-relaxed leading-relaxed text-3xl text-white font-semibold p-name text-balance">
1212
<span class="title-bg">
1313
{{ bookmark.title }}
@@ -23,7 +23,7 @@ permalink: "{{ bookmark.permalink }}/"
2323
</div>
2424

2525
{% if bookmark.excerpt.length > 1 %}
26-
<blockquote class="mb-4 italic w-content e-content text-gray-500">
26+
<blockquote class="h-cite mb-4 italic w-content e-content text-gray-500">
2727
<span class="pr-0.5 text-xl">“</span>{{ bookmark.excerpt -}}
2828
<span class="pl-0.5 text-xl">”</span>
2929
</blockquote>

0 commit comments

Comments
 (0)