removed {{ baseUrl }} references (redundant)

This commit is contained in:
sunda 2022-05-31 15:25:23 +02:00
parent 6bc5a4b077
commit fd239ec15d
7 changed files with 10 additions and 10 deletions

View File

@ -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

View File

@ -11,9 +11,9 @@
<div class="page-content --wide" id="rf-logo-wrapper">
{% if page.lang == 'fr' %}
<a href="{{ site.baseurl }}/fr">{% include common/logo.html size = 'small' %}</a>
<a href="/fr">{% include common/logo.html size = 'small' %}</a>
{% else %}
<a href="{{ site.baseurl }}/">{% include common/logo.html size = 'small' %}</a>
<a href="/">{% include common/logo.html size = 'small' %}</a>
{% endif %}
</div>
</header>

View File

@ -15,9 +15,9 @@
<div class="page-content " id="rf-logo-wrapper">
{% if page.lang == 'fr' %}
<a href="{{ site.baseurl }}/fr">{% include common/logo.html %}</a>
<a href="/fr">{% include common/logo.html %}</a>
{% else %}
<a href="{{ site.baseurl }}/">{% include common/logo.html %}</a>
<a href="/">{% include common/logo.html %}</a>
{% endif %}
</div>
</header>

View File

@ -28,9 +28,9 @@
{% elsif page.lang == 'en' %}
<a href="{{ site.baseurl }}/fr" class="lang lang--{{ page.lang }}">{{ include.fr-text }}</a>
<a href="/fr" class="lang lang--{{ page.lang }}">{{ include.fr-text }}</a>
{% else %}
<a href="{{ site.baseurl }}/" class="lang lang--{{ page.lang }}">{{ include.en-text }} </a>
<a href="/" class="lang lang--{{ page.lang }}">{{ include.en-text }} </a>
{% endif %}
</div>

View File

@ -1,4 +1,4 @@
<a href="{{ site.baseUrl }}/feed.xml" class="social-link social-link--rss" title="ReclaimFutures RSS feed">
<a href="/feed.xml" class="social-link social-link--rss" title="ReclaimFutures RSS feed">
<svg xmlns="http://www.w3.org/2000/svg" width="{{ include.size }}" height="{{ include.size }}" viewBox="-28.364 -29.444 42.324 42.822">
<path d="M-17.392 7.875c0 3.025-2.46 5.485-5.486 5.485s-5.486-2.46-5.486-5.485c0-3.026 2.46-5.486 5.486-5.486s5.486 2.461 5.486 5.486zm31.351 5.486C14.042.744 8.208-11.757-1.567-19.736c-7.447-6.217-17.089-9.741-26.797-9.708v9.792C-16.877-19.785-5.556-13.535.344-3.66a32.782 32.782 0 0 1 4.788 17.004h8.827v.017zm-14.96 0C-.952 5.249-4.808-2.73-11.108-7.817c-4.821-3.956-11.021-6.184-17.255-6.15v8.245c6.782-.083 13.432 3.807 16.673 9.774a19.296 19.296 0 0 1 2.411 9.326h8.278v-.017z"/>
</svg>

View File

@ -4,5 +4,5 @@
<body id="page-{{ page.className }}" class="lang-{{ page.lang }}" >
{{ content }}
</body>
<script src="{{ site.baseurl }}/assets/js/index.js"></script>
<script src="/assets/js/index.js"></script>
</html>

View File

@ -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 = {};