diff --git a/content/Section 1 - Digital Infrapunctures/3-question-1.md b/content/Section 1 - Digital Infrapunctures/3-question-1.md index d22a2b8..002746d 100644 --- a/content/Section 1 - Digital Infrapunctures/3-question-1.md +++ b/content/Section 1 - Digital Infrapunctures/3-question-1.md @@ -4,5 +4,5 @@ Date: 2020-11-01 12:02 Summary: A video contribution by Deb Verhoeven. \ No newline at end of file diff --git a/content/Section 1 - Digital Infrapunctures/4-question-2.md b/content/Section 1 - Digital Infrapunctures/4-question-2.md index 341b6f7..1a8ccd4 100644 --- a/content/Section 1 - Digital Infrapunctures/4-question-2.md +++ b/content/Section 1 - Digital Infrapunctures/4-question-2.md @@ -4,5 +4,5 @@ Date: 2020-11-01 12:03 Summary: A video contribution by Deb Verhoeven. \ No newline at end of file diff --git a/content/Section 1 - Digital Infrapunctures/5-question-3.md b/content/Section 1 - Digital Infrapunctures/5-question-3.md index 04ecf3f..87f6b30 100644 --- a/content/Section 1 - Digital Infrapunctures/5-question-3.md +++ b/content/Section 1 - Digital Infrapunctures/5-question-3.md @@ -4,5 +4,5 @@ Date: 2020-11-01 12:04 Summary: A video contribution by Deb Verhoeven. \ No newline at end of file diff --git a/content/Section 1 - Digital Infrapunctures/6-question-4.md b/content/Section 1 - Digital Infrapunctures/6-question-4.md index dbb94f9..3845146 100644 --- a/content/Section 1 - Digital Infrapunctures/6-question-4.md +++ b/content/Section 1 - Digital Infrapunctures/6-question-4.md @@ -4,5 +4,5 @@ Date: 2020-11-01 12:04 Summary: A video contribution by Deb Verhoeven. \ No newline at end of file diff --git a/content/Section 1 - Digital Infrapunctures/7-question-5.md b/content/Section 1 - Digital Infrapunctures/7-question-5.md index 2856f0b..c6d1b0c 100644 --- a/content/Section 1 - Digital Infrapunctures/7-question-5.md +++ b/content/Section 1 - Digital Infrapunctures/7-question-5.md @@ -4,5 +4,5 @@ Date: 2020-11-01 12:05 Summary: A video contribution by Deb Verhoeven. \ No newline at end of file diff --git a/pelicanconf.py b/pelicanconf.py index 1c54004..5490256 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -3,7 +3,7 @@ AUTHOR = 'Cristina Cochior & Manetta Berends' SITENAME = 'Bots as Digital Infrapunctures' -SITEURL = '' +SITEURL = 'https://vvvvvvaria.org/bots-as-digital-infrapunctures' PATH = 'content' # PLUGIN_PATHS = ['plugins'] @@ -21,7 +21,7 @@ TRANSLATION_FEED_ATOM = None AUTHOR_FEED_ATOM = None AUTHOR_FEED_RSS = None -STATIC_PATHS = [ 'extra/favicon.ico', 'images', 'attachments', 'bot-example' ] +STATIC_PATHS = [ 'extra/favicon.ico', 'images', 'attachments', 'bot-example', 'videos' ] THEME = 'themes/default' THEME_STATIC_DIR = 'theme' diff --git a/themes/default/templates/base.html b/themes/default/templates/base.html index 1c6887e..63ae47c 100644 --- a/themes/default/templates/base.html +++ b/themes/default/templates/base.html @@ -5,7 +5,7 @@ {% block title %}{{ SITENAME }}{% endblock title %} - + {% endblock head %} @@ -28,7 +28,7 @@ {% endif %}
- +