summaryrefslogtreecommitdiff
path: root/layout/item.html
diff options
context:
space:
mode:
authorLorenzo Torres <lorenzo@sagittarius-a.org>2025-08-31 17:41:18 +0200
committerLorenzo Torres <lorenzo@sagittarius-a.org>2025-08-31 17:41:18 +0200
commit3d3feea3aa5a7c48a0577af40806c3bb03b818fb (patch)
tree8f1fa8674b92a4bab07d0382b1fe7df846be5bb8 /layout/item.html
parentb1ca36ee69f95738a558c2848c0015172483ba88 (diff)
Implemented the website
Diffstat (limited to 'layout/item.html')
-rw-r--r--layout/item.html10
1 files changed, 2 insertions, 8 deletions
diff --git a/layout/item.html b/layout/item.html
index 4fb8500..2395306 100644
--- a/layout/item.html
+++ b/layout/item.html
@@ -1,10 +1,4 @@
-<article>
-<h2><a href="{{ base_path }}/{{ blog }}/{{ slug }}/">{{ title }}</a></h2>
+<article class="blog_item">
+<h4><a href="{{ base_path }}/{{ blog }}/{{ slug }}/">{{ title }}</a></h4>
<p class="meta">published on {{ date }}</p>
-<p class="summary">
-{{ summary }}&nbsp;<a class="more" href="{{ base_path }}/{{ blog }}/{{ slug }}/">...</a>
-</p>
-<div>
-<a class="more" href="{{ base_path }}/{{ blog }}/{{ slug }}/">read more</a>
-</div>
</article>