diff options
author | cel 🌸 <cel@blos.sm> | 2023-06-22 21:37:10 +0100 |
---|---|---|
committer | cel 🌸 <cel@blos.sm> | 2023-06-22 21:37:10 +0100 |
commit | ab529917847641190f21129804bbda1784b4f998 (patch) | |
tree | dfdd39286d330dd62339ade0499471b70187ae04 /templates/home.html.tera | |
parent | bc5ac494c6162743810b9aeb1cda4f22d94a486a (diff) | |
download | blossom-ab529917847641190f21129804bbda1784b4f998.tar.gz blossom-ab529917847641190f21129804bbda1784b4f998.tar.bz2 blossom-ab529917847641190f21129804bbda1784b4f998.zip |
implement atom syndication
Diffstat (limited to '')
-rw-r--r-- | templates/home.html.tera | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/home.html.tera b/templates/home.html.tera index cb7fe08..1a2a453 100644 --- a/templates/home.html.tera +++ b/templates/home.html.tera @@ -30,10 +30,10 @@ <div class="panel content"> <h2>hallo i am celeste welcome 2 my site 🌟</h2> - <p>this is where i dump everything</p> + <p>this is where i do the posting</p> <p>i wish u a wonderful day</p> <br> - <img src="https://s3.eu-west-1.wasabisys.com/skinnyverse/f28c467a-0ee1-4d49-a638-08a010fd9927/quinntyping.png"> + <img src="/quinntyping.png"> <p>perpetually under construction</p> <img style="border: 0;" src="/barraconstruction.gif"> </div> |