diff options
author | luxagraf <sng@luxagraf.net> | 2016-07-15 08:47:46 -0400 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2016-07-15 08:47:46 -0400 |
commit | 2ac52c4254cf359e4621026f5b0e2caf609bea66 (patch) | |
tree | 523e1f2f631a9a302aaebdb14c4fbb83e05a1e36 | |
parent | c32778185d371bdf65112a1d8cddd6fc2befcb73 (diff) |
fixed typo on homepage
-rw-r--r-- | design/templates/archives/homepage.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/design/templates/archives/homepage.html b/design/templates/archives/homepage.html index 1a1a406..573cf23 100644 --- a/design/templates/archives/homepage.html +++ b/design/templates/archives/homepage.html @@ -41,7 +41,7 @@ srcset="{% for size in image.sizes.all%}{% get_image_by_size image size %} {{siz <div class="homepage--about homepage--section"> <h3 class="homepage--arc-header">About Luxagraf</h3> <p>Luxagraf is my notebook. Something that, in an earlier age, I would have long ago lost in the backseat of a taxi. </p> - <p>Or something like that. It could just be a website. Except that I don’t do lists. And I’m not trying to make money off of it.</p><p>Whatever it is, whatever brought you here, I hope enjoy it.</p> + <p>Or something like that. It could just be a website. Except that I don’t do lists. And I’m not trying to make money off of it.</p><p>Whatever it is, whatever brought you here, I hope you enjoy it.</p> </div> <div class="homepage--section"> <section class="archive homepage--archives"> |