From e2e4466117f83e798e49f1d71cfb62376b3b5530 Mon Sep 17 00:00:00 2001 From: aj Date: Mon, 29 Jul 2019 12:08:20 +0100 Subject: [PATCH] changed title, added dispatch, fixed title --- dispatch.yaml | 8 ++++++++ sarsoo/art/templates/art/index.html | 2 +- sarsoo/templates/base.html | 3 ++- src/scss/style.scss | 5 +++-- 4 files changed, 14 insertions(+), 4 deletions(-) create mode 100644 dispatch.yaml diff --git a/dispatch.yaml b/dispatch.yaml new file mode 100644 index 0000000..5160df0 --- /dev/null +++ b/dispatch.yaml @@ -0,0 +1,8 @@ +dispatch: + # Default service serves the typical web resources and all static resources. + - url: "sarsoo.xyz/*" + service: default + + - url: "spotify.sarsoo.xyz/*" + service: spotify + diff --git a/sarsoo/art/templates/art/index.html b/sarsoo/art/templates/art/index.html index 2936c70..18c44dd 100644 --- a/sarsoo/art/templates/art/index.html +++ b/sarsoo/art/templates/art/index.html @@ -1,6 +1,6 @@ {% extends 'base.html' %} -{% block title %}dev{% endblock %} +{% block title %}art{% endblock %} {% block content %} {% for row in tags|batch(4) %} diff --git a/sarsoo/templates/base.html b/sarsoo/templates/base.html index 7072e67..8b78fe7 100644 --- a/sarsoo/templates/base.html +++ b/sarsoo/templates/base.html @@ -18,7 +18,7 @@
-

andy

+

sarsoo