This commit is contained in:
Set Sakrecoer 2019-07-13 22:35:22 +02:00
parent f2511ff829
commit 58c6ad52b6
6 changed files with 8 additions and 27 deletions

View file

@ -1,26 +0,0 @@
<a id="music" href="/music">Music</a>
<a id="about" href="/">About</a>
<a id="log" href="/">Log</a>
<a id="discog" href="/">Discog</a>
<a id="links" href="/">Links</a>
<div id="a"><img src="/assets/img/sakrecoerLOGO.png"></div>
<div id="ab">
{% for post in site.categories.music offset: 0 limit: 1 %}
{{ post.title }}
{% endfor %}
</div>
<div id="abc">About</div>
<div id="abcd">Log</div>
<div id="abcde"></div>
<div id="abcdef">Links</div>

View file

@ -7,7 +7,7 @@
<link rel="apple-touch-icon" href="{{ site.baseurl }}/apple-touch-icon.png"> <link rel="apple-touch-icon" href="{{ site.baseurl }}/apple-touch-icon.png">
<link rel="icon" type="image/png" href="{{ site.baseurl }}/touch-icon.png" sizes="192x192"> <link rel="icon" type="image/png" href="{{ site.baseurl }}/touch-icon.png" sizes="192x192">
<link rel="shortcut icon" href="{{ site.baseurl }}/favicon.png" type="image/png" /> <link rel="shortcut icon" href="{{ site.baseurl }}/favicon.png" type="image/png" />
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/style.css" /> <link rel="stylesheet" href="{{ site.baseurl }}/assets/css/style2019-07.scss" />
{% include seo.html %} {% include seo.html %}
<style> <style>
body{ body{
@ -17,5 +17,6 @@ body{
</head> </head>
<body> <body>
{{ content }} {{ content }}
{% include cookiemonster.html %}
</body> </body>
</html> </html>

Binary file not shown.

6
robot.txt Normal file
View file

@ -0,0 +1,6 @@
---
layout: null
sitemap: false
---
User-agent: *
Sitemap: {{ site.url }}/sitemap.xml