mirror of
https://github.com/kaboomserver/website.git
synced 2025-04-23 13:06:30 -04:00
Permalink test
This commit is contained in:
parent
c5577b6062
commit
97c325f552
79 changed files with 35 additions and 2 deletions
404.html_config.yml
_layouts
_news
2014-06-02-.md2015-02-16-.md2015-04-12-.md2015-04-25-.md2015-05-28-.md2015-06-15-.md2015-06-21-.md2015-08-11-.md2015-09-02-.md2015-10-04-.md2015-11-17-.md2015-12-12-.md2015-12-13-.md2015-12-20-.md2015-12-21-.md2016-02-13-.md2016-04-08-.md2016-04-09-.md2016-04-10-.md2016-04-15-.md2016-05-11-.md2016-05-15-.md2016-07-28-.md2016-08-25-.md2016-10-01-.md2016-12-31-.md2017-01-21-.md2017-02-12-.md2017-04-15-.md2017-11-22-.md2018-04-13-.md2018-04-25-.md2018-05-04-.md2018-05-07-.md2018-05-08-.md2018-05-24-.md2018-05-31-.md2018-06-11-.md2018-07-06-.md2018-08-05-.md2018-08-05-2.md2018-08-06-.md2018-09-30-.md2018-10-01-.md2018-10-02-.md2018-10-22-.md2018-10-22-2.md2018-11-14-.md2018-11-14-2.md2018-11-29-.md2018-12-17-.md2018-12-20-.md2018-12-20-2.md2018-12-22-.md2019-02-16-.md2019-03-08-.md2019-03-10-.md2019-04-01-.md2019-04-02-.md2019-04-06-.md2019-04-12-.md2019-04-18-.md2019-04-18-2.md2019-04-29-.md2019-05-13-.md2019-06-10-.md2019-06-16-.md2019-06-25-.md2019-06-25-2.md2019-06-25-3.md2019-07-02-.md2019-07-21-.md2019-07-22-.md2019-07-22-2.md2019-07-24-.md2019-07-24-2.md
1
404.html
1
404.html
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
layout: home
|
||||
permalink: /404
|
||||
sitemap: false
|
||||
---
|
||||
|
|
|
@ -14,4 +14,4 @@ defaults:
|
|||
- scope:
|
||||
path: _posts
|
||||
values:
|
||||
permalink: ''
|
||||
permalink: null
|
||||
|
|
34
_layouts/main.html
Normal file
34
_layouts/main.html
Normal file
|
@ -0,0 +1,34 @@
|
|||
---
|
||||
layout: minify
|
||||
---
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>
|
||||
{% if page.title %}
|
||||
{{ page.title }} –
|
||||
{% endif %}
|
||||
{{ site.title }}
|
||||
{% if page.title == null %}
|
||||
- Free OP | Anarchy | Creative
|
||||
{% endif %}
|
||||
</title>
|
||||
<meta name="description" content="{{ site.description }}">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="canonical" href="{{ site.url }}{{ page.url | replace:'/index.html','/' }}">
|
||||
<link rel="alternate" type="application/atom+xml" href="/feed.xml">
|
||||
<link rel="manifest" href="/site.webmanifest">
|
||||
<style>
|
||||
{% capture style %}
|
||||
{% include style.scss %}
|
||||
{% endcapture %}
|
||||
{{ style | scssify }}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
{{ content }}
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue