diff options
| author | Bobby <[email protected]> | 2022-12-29 05:05:43 -0500 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-12-29 05:05:43 -0500 |
| commit | c49bf39bc2bc13c4d7d20a8e5b27314dcc7b6e0c (patch) | |
| tree | 5b22be7f90f4e31136e453394b38a7cc06532436 | |
| parent | a0f9aed243c8825500d4cec17b03fcec398bd1cc (diff) | |
| download | thatcomputerscientist-c49bf39bc2bc13c4d7d20a8e5b27314dcc7b6e0c.tar.xz thatcomputerscientist-c49bf39bc2bc13c4d7d20a8e5b27314dcc7b6e0c.zip | |
Updates to home page
| -rw-r--r-- | templates/blog/home.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/blog/home.html b/templates/blog/home.html index 6abaae39..bf31b189 100644 --- a/templates/blog/home.html +++ b/templates/blog/home.html @@ -64,7 +64,7 @@ </p> <div style="text-align: justify; font-size: 13px; margin-bottom: 0px;"> <span> - <img src="{% url 'ignis:post_image' '320' post.id %}.gif" alt="Cover image for {{ post.title }}" style="float: left; margin-right: 11px; margin-top: 4px; width: 320px; height: auto;"> + <img src="{% url 'ignis:post_image' '320' post.id %}.gif" alt="Cover image for {{ post.title }}" style="float: left; margin-right: 11px; width: 320px; height: auto;"> </span> {{ post.excerpt | safe }} </div> |
