From 0f6a153b97c78cac7b7fcefc5632dcc58eae162f Mon Sep 17 00:00:00 2001 From: Alexis M Date: Thu, 7 Nov 2019 17:39:03 +0100 Subject: [PATCH] Update template to add links to categories --- Makefile | 2 +- theme/static/css/styles.css | 4 ++++ theme/templates/article.html | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) 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 }}

- +