From cb56296b1c1ff19d8054ca5ead80a68fde12b491 Mon Sep 17 00:00:00 2001 From: Raphael Borun Das Gupta Date: Sun, 8 Oct 2023 11:46:54 +0200 Subject: [PATCH] link to ePub e-book in HTML (web) version (In the English version, for now. Translations can be contributed via Crowdin.) --- en/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/en/README.md b/en/README.md index 147df99bf89..fdac73cbf1d 100644 --- a/en/README.md +++ b/en/README.md @@ -9,6 +9,11 @@ Welcome to the Django Girls Tutorial! We are happy to see you here. :) In this t As with all unknown things, this is going to be an adventure - but no worries, since you already worked up the courage to be here, you'll be just fine. :) +{% if output.name != "ebook" %} +> Do you want to read this tutorial on your e-reader? +> Then [download the Django Girls Tutorial as an e-book in ePub format](../django-girls-tutorial_{{ book.language }}.epub). +{% endif %} + ## Introduction Have you ever felt that the world is more and more about technology to which you cannot (yet) relate? Have you ever wondered how to create a website but have never had enough motivation to start? Have you ever thought that the software world is too complicated for you to even try doing something on your own?