diff options
author | cel 🌸 <cel@blos.sm> | 2023-01-15 21:43:21 +0000 |
---|---|---|
committer | cel 🌸 <cel@blos.sm> | 2023-01-15 21:43:21 +0000 |
commit | 1280b8d6a2a3f2a02179a1e51aef1891a04cc8dd (patch) | |
tree | a5abd1d1855d2d1123586d50e58567096c7dd695 /templates/latestblogs.html.tera | |
parent | 4a860896c21220b2b8b22da4a5d2f8794c90253a (diff) | |
download | blossom-1280b8d6a2a3f2a02179a1e51aef1891a04cc8dd.tar.gz blossom-1280b8d6a2a3f2a02179a1e51aef1891a04cc8dd.tar.bz2 blossom-1280b8d6a2a3f2a02179a1e51aef1891a04cc8dd.zip |
set up rocket server
Diffstat (limited to 'templates/latestblogs.html.tera')
-rw-r--r-- | templates/latestblogs.html.tera | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/latestblogs.html.tera b/templates/latestblogs.html.tera new file mode 100644 index 0000000..966a728 --- /dev/null +++ b/templates/latestblogs.html.tera @@ -0,0 +1,11 @@ +<div class="panel" id="blogs"> + <h2>latest blogs <a class="label" href="/feed.xml"><img class="label" src="https://cinni.net/images/icon/rssbadge.png" alt="rss newsfeed"></a></h2> + <table id="blog-list"> + <tr> + <td><a class="blog-entry" href="/thoughts/fedi">fedi<span class="blog-date">2023-02-04</span></a></td> + </tr> + <tr> + <td><a class="blog-entry" href="/thoughts/fedi">slaying<span class="blog-date">2023-01-20</span></a></td> + </tr> + </table> +</div>
\ No newline at end of file |