Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e9016bd

Browse files
authored
Added post id
1 parent d3a7923 commit e9016bd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,11 @@ <h3 v-if="page>0">Showing Page {{page}} of {{totalPages}} </h3>
1616
<posts v-if="posts">
1717
<post
1818
v-for="post in posts"
19-
:id="post.id"
19+
class="post"
20+
:id="'post'+post.id"
2021
:title="post.title.rendered"
2122
:excerpt="post.excerpt.rendered"
23+
:permalink="post.link"
2224
:key="post.id">
2325
</post>
2426
</posts>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /