Skip to content

Commit

Permalink
remove amp-list
Browse files Browse the repository at this point in the history
  • Loading branch information
hrfmmymt committed Sep 19, 2021
1 parent 05a2dbf commit 648bdfa
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,6 @@
</style>
<script async custom-element="amp-analytics" src="https://cdn.ampproject.org/v0/amp-analytics-0.1.js"></script>
<script async custom-element="amp-install-serviceworker" src="https://cdn.ampproject.org/v0/amp-install-serviceworker-0.1.js"></script>
<script async custom-element="amp-list" src="https://cdn.ampproject.org/v0/amp-list-0.1.js"></script>
<script async custom-template="amp-mustache" src="https://cdn.ampproject.org/v0/amp-mustache-0.2.js"></script>
<script async src="https://cdn.ampproject.org/v0.js"></script>
</head>
<body>
Expand Down Expand Up @@ -155,19 +153,6 @@ <h3 class="section__title">recent releases</h3>
</ul>
</section>

<section class="container__section" id="recentPosts">
<h3 class="section__title">recent posts</h3>
<amp-list width="auto" height="120" layout="fixed-height" src="https://iiyatsu.hrfmmymt.com/api" items="." max-items="5">
<template type="amp-mustache">
<div class="list__item">
<a href="https://iiyatsu.hrfmmymt.com/posts/{{url}}">{{title}}</a>
</div>
</template>
<div placeholder>Loading ...</div>
<div fallback>Failed to load data.</div>
</amp-list>
</section>

<section class="container__section" id="codes">
<h3 class="section__title">codes</h3>
<ul class="list">
Expand Down

0 comments on commit 648bdfa

Please sign in to comment.