adding selector

This commit is contained in:
Set Sakrecoer 2019-11-04 22:43:23 +01:00
parent d0a860541b
commit b47b0ed763
41 changed files with 467 additions and 111 deletions

View file

@ -9,6 +9,7 @@
<link rel="shortcut icon" href="{{ site.baseurl }}/favicon.png" type="image/png" />
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/style2019-07.css" />
<script src="/assets/js/jquery-3.4.1.min.js"></script>
<script type="text/javascript" src="/assets/js/isotope.pkgd.min.js"></script>
{% include seo.html %}
<style>
body{

View file

@ -23,7 +23,7 @@ layout: default
<div class="trackcontainer">
<h1>{{ page.title }}</h1>
<p style="margin-bottom: 0px;">{{ page.keywords }}<br />{{ page.date | date: '%Y - %B' }}
<p style="margin-bottom: 0px;">{{ page.tags }}<br />{{ page.date | date: '%Y - %B' }}
<br />
<span id="tracktime" style="font-weight: normal;">&nbsp;</span></p>

0
_layouts/null.html Normal file
View file