diff options
author | Zhiming Wang <zmwangx@gmail.com> | 2015-05-13 13:09:00 -0700 |
---|---|---|
committer | Zhiming Wang <zmwangx@gmail.com> | 2015-05-13 13:09:00 -0700 |
commit | 4e9325b194f069030c5c192bc3f11c24f1295fd2 (patch) | |
tree | 5c6e54cc55fdcb6bf4c32ca55a7416fb3aa29271 /templates/template.html | |
parent | 73516a15fe5a0142256ef46e279f9dd9b407e900 (diff) | |
download | my_new_personal_website-4e9325b194f069030c5c192bc3f11c24f1295fd2.tar.xz my_new_personal_website-4e9325b194f069030c5c192bc3f11c24f1295fd2.zip |
correct typo in template.html
Diffstat (limited to '')
-rw-r--r-- | templates/template.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/template.html b/templates/template.html index 6e9329c2..08bb34f1 100644 --- a/templates/template.html +++ b/templates/template.html @@ -75,7 +75,7 @@ $body$ <hr> $if(updated)$ <span class="lfooter"> -<time class="updated" datetime="$updated$"><code>$updated$</code></span> +<time class="updated" datetime="$updated$"><code>$updated$</code></time> </span> $endif$ <span class="rfooter"> |