diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-06-18 18:58:00 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-06-18 18:58:00 +0200 |
| commit | 644e3b2f2892bd9e762b8ee3b493a1a4cf7ba946 (patch) | |
| tree | 053efcda2e1fd7953c987d7ce5c1f21c8aab7476 /templates/post.html | |
| parent | ffe3ec0b24834b38564db3c63d99eecdb62a37c4 (diff) | |
| download | mitjafelicijan.com-644e3b2f2892bd9e762b8ee3b493a1a4cf7ba946.tar.gz | |
Simplified template
Diffstat (limited to 'templates/post.html')
| -rwxr-xr-x | templates/post.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/post.html b/templates/post.html index 6061e47..0f0265e 100755 --- a/templates/post.html +++ b/templates/post.html | |||
| @@ -12,9 +12,8 @@ | |||
| 12 | </div> | 12 | </div> |
| 13 | </section> | 13 | </section> |
| 14 | 14 | ||
| 15 | <br><hr> | ||
| 16 | |||
| 17 | <section> | 15 | <section> |
| 16 | <br><hr> | ||
| 18 | <p><big><strong>Other posts</strong></big></p> | 17 | <p><big><strong>Other posts</strong></big></p> |
| 19 | <ul> | 18 | <ul> |
| 20 | {{ range random 20 .Pages }} | 19 | {{ range random 20 .Pages }} |
