diff --git a/Makefile b/Makefile index 45a2b69..5881377 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ build: $(PELICAN) -s pelican.conf.py content upload: build - rsync -e "ssh -p 22" -P -rvz --delete output/* files:/home/www/notmyidea.org/blog + rsync -P -rvz --delete output/* artichaut:/home/www/blog.notmyidea.org serve: build cd output && python -m pelican.server 8000 diff --git a/pelicanyan/templates/base.html b/pelicanyan/templates/base.html index 469a117..8d96ee4 100644 --- a/pelicanyan/templates/base.html +++ b/pelicanyan/templates/base.html @@ -37,7 +37,7 @@ - + {% endblock head %}