diff options
author | davidovski <david@davidovski.xyz> | 2022-05-22 17:27:42 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-05-22 17:27:42 +0100 |
commit | baa93cb518ce6ea1b6fe5c178a4034f8f519ea04 (patch) | |
tree | 562c6d0f30868554e3b1d205db6ab57d17022fe3 /templates/summary.html | |
parent | 3074d28814945d2a74e5cadde61e2f29bcf44477 (diff) |
removed text from blog entries
Diffstat (limited to 'templates/summary.html')
-rw-r--r-- | templates/summary.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/summary.html b/templates/summary.html index 9f226af..3ce1721 100644 --- a/templates/summary.html +++ b/templates/summary.html @@ -1,4 +1,6 @@ <div class="entry"> - <div class="small">%date% <a href="%url%">🔗</a></div> - %content% +<a href="%url%"> + <div class="small">%date% 🔗</div> + <h2>%title%</h2> +</a> </div> |