diff options
| author | Xe Iaso <me@christine.website> | 2022-08-20 21:46:27 +0000 |
|---|---|---|
| committer | Xe Iaso <me@christine.website> | 2022-08-20 21:56:06 +0000 |
| commit | e37b5462cff3fbf8ffe8cb01e0c902526e1dc8ba (patch) | |
| tree | a781b20226fb69e0cc774b024d9fdd1ab9b580d2 /templates | |
| parent | d00c6e451de55a0eeca5afc95445e61fe9eeccc7 (diff) | |
| download | xesite-e37b5462cff3fbf8ffe8cb01e0c902526e1dc8ba.tar.xz xesite-e37b5462cff3fbf8ffe8cb01e0c902526e1dc8ba.zip | |
add waifud progress report #2 post
Signed-off-by: Xe Iaso <me@christine.website>
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/blogpost.rs.html | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/templates/blogpost.rs.html b/templates/blogpost.rs.html index b5a7888..b0e1965 100644 --- a/templates/blogpost.rs.html +++ b/templates/blogpost.rs.html @@ -58,13 +58,15 @@ @Html(nag::referer(referer).0) -<h1>@post.front_matter.title</h1> +<article> + <h1>@post.front_matter.title</h1> -@Html(nag::prerelease(&post).0) + @Html(nag::prerelease(&post).0) -<small>A @post.read_time_estimate_minutes minute read.</small> + <small>A @post.read_time_estimate_minutes minute read.</small> -@body + @body +</article> <hr /> |
