summaryrefslogtreecommitdiff
path: root/site/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'site/index.html')
-rwxr-xr-xsite/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/index.html b/site/index.html
index fbabe9e..56f7401 100755
--- a/site/index.html
+++ b/site/index.html
@@ -30,8 +30,8 @@ for file in $(ls -t entries/*.html); do
printf "
<li class=\"entry\">
<a href=\"%s\">
- <div class=\"small\">%s</div>
<span>%s</span>
+ <div class=\"small\">%s</div>
</a>
</li>
" "${file%.*}.html" "$(git log --pretty=format:'%cd' --follow -- "$file" | tail -n 1)" "$title"