diff options
-rw-r--r-- | templates/summary.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/summary.html b/templates/summary.html index 3ce1721..808c705 100644 --- a/templates/summary.html +++ b/templates/summary.html @@ -1,6 +1,6 @@ <div class="entry"> <a href="%url%"> <div class="small">%date% 🔗</div> - <h2>%title%</h2> + <span>%title%</span> </a> </div> |