some pendantic muggafuggaz

This commit is contained in:
Set Hallstrom 2019-05-19 01:27:24 +02:00
parent 5920ccc81d
commit 0e2296e1df
6 changed files with 13 additions and 12 deletions

View file

@ -31,7 +31,7 @@
<input type="checkbox" name="consent" id="consent" required class="css-checkbox lrg klaus" /><label for="consent"
class="css-label lrg klaus">Jag godkänner denna
{% if page.url == '/privacy-policy/' %} sekretesspolicy.
{% else %} <a href="/privacy-policy/">sekretesspolicy</a>
{% else %} <a href="{{ site.baseurl }}/privacy-policy/">sekretesspolicy</a>
{% endif %}</label>
</div>
<div>

View file

@ -1,5 +1,6 @@
<div class="editable">
<p>Website built with <a href="https://jekyllrb.com" target="_blank" rel="noopener noreferrer nofollow">Jekyll.</a>
<p><a href="{{ site.baseurl }}/privacy-policy/">sekretesspolicy</a>
<br />Website built with <a href="https://jekyllrb.com" target="_blank" rel="noopener noreferrer nofollow">Jekyll.</a>
<br />Get the source files <a target="_blank" href="https://github.com/Sakrecoer/momangen" rel="noopener noreferrer nofollow">in this git.</a>
<br />Website Published under a <a target="_blank" href="https://creativecommons.org/licenses/by-sa/4.0/" rel="noopener noreferrer nofollow">Creative
Commons license</a>

View file

@ -4,7 +4,7 @@
<canvas style="display:none" id="canvas3" width="570" height="570"></canvas>
<canvas id="canvas2" width="570" height="570">*** THIS BROWSER DOES NOT SUPPORT THE CANVAS ELEMENT ***</canvas>
<div class="hero">
<a href="{{ site.baseurl }}/" class="nodecoration"><img src="/assets/img/logo%20galleri%20momangen.svg" alt="{{ site.title }}" /></a>
<a href="{{ site.baseurl }}/" class="nodecoration"><img src="{{ site.baseurl }}/assets/img/logo%20galleri%20momangen.svg" alt="{{ site.title }}" /></a>
{% if page.url == "/" %}
<div id="poster" class="column">

View file

@ -1,8 +1,8 @@
<!-- BEGIN metahead.html -->
<title>{{ page.title }} | {{ site.title }}</title>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="/assets/css/style.css" type="text/css" />
<link rel="stylesheet" href="/assets/css/fonts.css" type="text/css" />
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/style.css" type="text/css" />
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/fonts.css" type="text/css" />
<link rel="shortcut icon" href="{{ site.url }}{{ site.logo }}" type="image/png" />
<link rel="alternate" type="application/rss+xml" href="{{ site.url }}/rss.xml" />
<!-- Standard SEO -->