diff options
author | Jesús <heckyel@hyperbola.info> | 2021-12-04 18:18:07 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-12-04 18:18:07 -0500 |
commit | 69b2447a33bb6e137308d480932c23f0629efe5d (patch) | |
tree | 02db1ba0d610f1b6c1d641a6e54a32e1768342d0 /post.html | |
parent | babb7dab23a5579eda553ea283df804fa6fb9db4 (diff) | |
download | simple-69b2447a33bb6e137308d480932c23f0629efe5d.tar.lz simple-69b2447a33bb6e137308d480932c23f0629efe5d.tar.xz simple-69b2447a33bb6e137308d480932c23f0629efe5d.zip |
[post]: add styles css for post
Diffstat (limited to 'post.html')
-rw-r--r-- | post.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -64,13 +64,13 @@ <p>I know, it has been a long time since the last version, but it's out now.</p> <p>Hope you enjoy this version.</p> </div> - <div class="tag-cloud"> + <footer class="tag-cloud"> <p> <a href="#">pelican</a> <a href="#">python</a> <a href="#">theme</a> </p> - </div> + </footer> </div> <hr> </article> |