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
|
cd src/textes
|
||||||
hexo generate
|
hexo generate
|
||||||
|
|
||||||
echo "STEP 4 - Générations des livres à télécharger"
|
# echo "STEP 4 - Générations des livres à télécharger"
|
||||||
cd ../crowbook
|
# cd ../crowbook
|
||||||
sh generate-text.sh
|
# sh generate-text.sh
|
||||||
|
|
||||||
echo "STEP 5 - Remplacement dossier public par dossier temp"
|
echo "STEP 5 - Remplacement dossier public par dossier temp"
|
||||||
cd ../../
|
cd ../../
|
||||||
|
|
|
@ -36,11 +36,11 @@
|
||||||
<%- partial('post/category') %>
|
<%- partial('post/category') %>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<div>
|
<!-- <div>
|
||||||
<strong class="btn btn-fake">Télécharger : </strong>
|
<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 %>.pdf" class="btn btn-primary">.PDF</a>
|
||||||
<a href="/download/<%- post.download %>.epub" class="btn btn-info">.EPUB</a>
|
<a href="/download/<%- post.download %>.epub" class="btn btn-info">.EPUB</a>
|
||||||
</div>
|
</div> -->
|
||||||
|
|
||||||
<footer class="article-footer">
|
<footer class="article-footer">
|
||||||
<% if (post.comments && config.disqus_shortname){ %>
|
<% if (post.comments && config.disqus_shortname){ %>
|
||||||
|
|
Reference in a new issue