fix(textes): desactivation temporaires des téléchargement de ePub
This commit is contained in:
parent
4b0d0ccd9a
commit
19d0010e34
2 changed files with 5 additions and 5 deletions
|
@ -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 ../../
|
||||
|
|
|
@ -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){ %>
|
||||
|
|
Reference in a new issue