fix(textes): desactivation temporaires des téléchargement de ePub

This commit is contained in:
Kazhnuz Klappsthul 2020-12-25 19:21:24 +01:00
parent 4b0d0ccd9a
commit 19d0010e34
2 changed files with 5 additions and 5 deletions

View File

@ -11,9 +11,9 @@ echo "STEP 3 - Generation de l'espace littéraire"
cd src/textes
hexo generate
echo "STEP 4 - Générations des livres à télécharger"
cd ../crowbook
sh generate-text.sh
# echo "STEP 4 - Générations des livres à télécharger"
# cd ../crowbook
# sh generate-text.sh
echo "STEP 5 - Remplacement dossier public par dossier temp"
cd ../../

View File

@ -36,11 +36,11 @@
<%- partial('post/category') %>
</section>
<div>
<!-- <div>
<strong class="btn btn-fake">Télécharger : </strong>
<a href="/download/<%- post.download %>.pdf" class="btn btn-primary">.PDF</a>
<a href="/download/<%- post.download %>.epub" class="btn btn-info">.EPUB</a>
</div>
</div> -->
<footer class="article-footer">
<% if (post.comments && config.disqus_shortname){ %>