質問編集履歴
1
出力されたHTMLを追記しました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -67,6 +67,28 @@
|
|
67
67
|
</div>
|
68
68
|
|
69
69
|
</div>
|
70
|
+
|
71
|
+
```
|
72
|
+
|
73
|
+
|
74
|
+
|
75
|
+
```HTML
|
76
|
+
|
77
|
+
<div class="prev-next-link clearfix my-5">
|
78
|
+
|
79
|
+
<div class="row">
|
80
|
+
|
81
|
+
<div class="prev-link col-md-6">
|
82
|
+
|
83
|
+
<a href="//localhost:3000/template-featured-image-horizontal/" rel="prev"><i class="fa fa-caret-left" aria-hidden="true"></i><img width="80" height="80" src="//localhost:3000/wp-content/uploads/2013/03/featured-image-horizontal-150x150.jpg" class="attachment-120x80 size-120x80 wp-post-image" alt="Horizontal Featured Image" loading="lazy"><span class="prev-next-title">テンプレート: アイキャッチ画像 (横)</span></a> </div>
|
84
|
+
|
85
|
+
<div class="next-link col-md-6">
|
86
|
+
|
87
|
+
<a href="//localhost:3000/markup-title-with-markup/" rel="next"><span class="prev-next-title">マークアップ: マークアップ付きのタイトル</span><figure class="eyecatch"><img width="80" height="80" src="//localhost:3000/wp-content/uploads/2013/03/featured-image-vertical-150x150.jpg" class="attachment-120x80 size-120x80 wp-post-image" alt="Horizontal Featured Image" loading="lazy"></figure><i class="fa fa-caret-right" aria-hidden="true"></i></a> </div>
|
88
|
+
|
89
|
+
</div>
|
90
|
+
|
91
|
+
</div>
|
70
92
|
|
71
93
|
```
|
72
94
|
|