File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ pagination:
7
7
permalink: "{{ bookmark .permalink }}/"
8
8
---
9
9
<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" >
11
11
<h1 class =" md:text-5xl md:leading-relaxed leading-relaxed text-3xl text-white font-semibold p-name text-balance" >
12
12
<span class =" title-bg" >
13
13
{{ bookmark .title }}
@@ -23,7 +23,7 @@ permalink: "{{ bookmark.permalink }}/"
23
23
</div >
24
24
25
25
{% 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" >
27
27
<span class =" pr-0.5 text-xl" >“</span >{{ bookmark .excerpt -}}
28
28
<span class =" pl-0.5 text-xl" >”</span >
29
29
</blockquote >
You can’t perform that action at this time.
0 commit comments