diff --git a/Makefile b/Makefile index a840384..d2fed45 100644 --- a/Makefile +++ b/Makefile @@ -52,6 +52,6 @@ publish: install github: publish ghp-import -n $(OUTPUTDIR) - @git push -fq https://${GH_TOKEN}@github.com/$(TRAVIS_REPO_SLUG).git gh-pages > /dev/null + git push origin gh-pages .PHONY: html clean serve devserver publish diff --git a/theme/static/css/styles.css b/theme/static/css/styles.css index b03a03c..6f46378 100644 --- a/theme/static/css/styles.css +++ b/theme/static/css/styles.css @@ -81,3 +81,7 @@ ul.articles_list li { text-align: justify; justify-content: center; } + +a.no-color { + color: inherit; +} \ No newline at end of file diff --git a/theme/templates/article.html b/theme/templates/article.html index d4d956e..4809d31 100644 --- a/theme/templates/article.html +++ b/theme/templates/article.html @@ -58,7 +58,7 @@ h1 { {% block content %}

{{ article.title }}

-{{ article.locale_date | capitalize }} +{{ article.locale_date | capitalize }}, dans {{ article.category }}