diff --git a/_config.yml b/_config.yml index 6d54a7b..31aa29b 100644 --- a/_config.yml +++ b/_config.yml @@ -22,7 +22,7 @@ title: ReclaimFutures email: info@reclaimfutures.org twitter: "@reclaim_futures" description: >- # this means to ignore newlines until "baseurl:" - ReclaimFutures is a technology and culture conference exploring post-capitalist desire, utopian horizons, alternative computing and ecology.. + ReclaimFutures is a technology and culture conference exploring post-capitalist desire, utopian horizons, alternative computing and ecology baseurl: "" # the subpath of your site, e.g. /blog url: "" # the base hostname & protocol for your site, e.g. http://example.com permalink: /:categories/news/:year/:title:output_ext diff --git a/_includes/common/header-collapsed.html b/_includes/common/header-collapsed.html index cf3f27f..4678a3b 100644 --- a/_includes/common/header-collapsed.html +++ b/_includes/common/header-collapsed.html @@ -11,9 +11,9 @@
{% if page.lang == 'fr' %} - {% include common/logo.html size = 'small' %} + {% include common/logo.html size = 'small' %} {% else %} - {% include common/logo.html size = 'small' %} + {% include common/logo.html size = 'small' %} {% endif %}
\ No newline at end of file diff --git a/_includes/common/header.html b/_includes/common/header.html index c12a300..625f187 100644 --- a/_includes/common/header.html +++ b/_includes/common/header.html @@ -15,9 +15,9 @@
{% if page.lang == 'fr' %} - {% include common/logo.html %} + {% include common/logo.html %} {% else %} - {% include common/logo.html %} + {% include common/logo.html %} {% endif %}
diff --git a/_includes/common/lang-selector.html b/_includes/common/lang-selector.html index 14e02ab..16f14dc 100644 --- a/_includes/common/lang-selector.html +++ b/_includes/common/lang-selector.html @@ -28,9 +28,9 @@ {% elsif page.lang == 'en' %} - {{ include.fr-text }} + {{ include.fr-text }} {% else %} - {{ include.en-text }} + {{ include.en-text }} {% endif %} diff --git a/_includes/svg/social-icons/rss.html b/_includes/svg/social-icons/rss.html index a5bdb09..cf8fefb 100644 --- a/_includes/svg/social-icons/rss.html +++ b/_includes/svg/social-icons/rss.html @@ -1,4 +1,4 @@ - + diff --git a/_layouts/default.html b/_layouts/default.html index 0532877..42858e5 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -4,5 +4,5 @@ {{ content }} - + \ No newline at end of file diff --git a/assets/js/index.js b/assets/js/index.js index c844e19..a2d8269 100644 --- a/assets/js/index.js +++ b/assets/js/index.js @@ -4439,7 +4439,7 @@ var parent = module.bundle.parent; if ((!parent || !parent.isParcelRequire) && typeof WebSocket !== 'undefined') { var hostname = "" || location.hostname; var protocol = location.protocol === 'https:' ? 'wss' : 'ws'; - var ws = new WebSocket(protocol + '://' + hostname + ':' + "34337" + '/'); + var ws = new WebSocket(protocol + '://' + hostname + ':' + "42767" + '/'); ws.onmessage = function (event) { checkedAssets = {};