Implement image display

This commit is contained in:
Zoey 2022-12-14 21:39:19 -08:00
parent a0e50d5edc
commit 731db752b1
No known key found for this signature in database
GPG key ID: 0E87B6A5795E040B
19 changed files with 730 additions and 25 deletions

View file

@ -0,0 +1,8 @@
<h1>{{title}}</h1>
<div class="link-list">
<ul>
{{#each links}}
<li><a href="{{this.link}}">{{this.title}}</a></li>
{{/each}}
</ul>
</div>