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 4f63780

Browse files
authored
Excerpt Optional
1 parent e2014b2 commit 4f63780

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

‎index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<style>
1010
.box{margin-top:50px;}
1111
</style>
12+
1213
</head>
1314

1415
<body>
@@ -28,9 +29,10 @@ <h3 v-if="page>0">Showing Page {{page}} of {{totalPages}}</h3>
2829
class="post"
2930
:id="'post' + post.id"
3031
:title="post.title.rendered"
31-
:excerpt="post.excerpt.rendered"
3232
:permalink="post.link"
33-
:key="post.id">
33+
:key="post.id"
34+
>
35+
<!-- Add above for excerpt :excerpt="post.excerpt.rendered" -->
3436
</post>
3537
</posts>
3638

0 commit comments

Comments
(0)

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