From 4ec1087ba776631a4167e6fffc0bb07093f58b29 Mon Sep 17 00:00:00 2001 From: Theodore Keloglou Date: Mon, 29 May 2023 15:01:32 +0100 Subject: [PATCH] fix typos and reword on export index --- main/templates/main/export_index.html | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/main/templates/main/export_index.html b/main/templates/main/export_index.html index 5730b8c..d3aed98 100644 --- a/main/templates/main/export_index.html +++ b/main/templates/main/export_index.html @@ -12,17 +12,18 @@ {% if not request.user.is_authenticated %}

Redirect

{% endif %}

- If you're retiring your mataroa blog, we can also redirect to your new domain. - You can configure this in the bottom field of your + If you are retiring your mataroa blog, we can also + redirect to your new domain. + You can configure this in the bottom last field of your blog settings.

@@ -52,8 +53,9 @@

Print

- Renders all blog posts in one page. Useful for exporting the blog into PDF, - or printing in dead trees form, or anything else that might require bulk copying. + Renders all blog posts in one page. Useful for exporting the blog into + PDF, or printing in dead trees form, or anything that might require bulk + copying.

{% if request.user.is_authenticated %} @@ -62,9 +64,10 @@

Zola

- Zola is a + Zola + is a static site generator - similar to Hugo. + which focuses in simplicity and lack of verbosity.

To install Zola @@ -114,7 +117,7 @@

Ready!

- You can also host it for free on a number of platforms. There in a large numner of guides on + You can also host it for free on a number of platforms. There is a large number of guides on gohugo.io including Netlify, GitHub, -- 2.38.5