mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-22 07:45:00 +00:00
Improved titles
This commit is contained in:
parent
95017d10cc
commit
7267fca351
5 changed files with 14 additions and 12 deletions
1
404.html
1
404.html
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
layout: home
|
||||
permalink: /404
|
||||
sitemap: false
|
||||
---
|
||||
|
|
|
@ -3,9 +3,12 @@ description: Kaboom is a multiplayer server for Minecraft that combines free OP
|
|||
url: https://kaboom.pw
|
||||
|
||||
exclude:
|
||||
- Gemfile
|
||||
- LICENSE
|
||||
- README.md
|
||||
|
||||
sass:
|
||||
style: :compressed
|
||||
|
||||
gems:
|
||||
- jekyll-feed
|
||||
- jekyll-sitemap
|
||||
|
|
|
@ -6,7 +6,13 @@ layout: minify
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>
|
||||
{{ site.title }} - Free OP | Anarchy | Creative
|
||||
{% 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">
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
layout: main
|
||||
title: News
|
||||
---
|
||||
<article>
|
||||
<header>
|
||||
|
@ -8,7 +9,7 @@ layout: main
|
|||
<path d="M11.67 3.87L9.9 2.1 0 12l9.9 9.9 1.77-1.77L3.54 12z"/>
|
||||
</svg>
|
||||
</a>
|
||||
<h1>News</h1>
|
||||
<h1>{{ page.title }}</h1>
|
||||
</header>
|
||||
<ul class="news">
|
||||
{% for post in site.posts %}
|
||||
|
|
|
@ -1,9 +0,0 @@
|
|||
---
|
||||
layout: minify
|
||||
---
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
<url>
|
||||
<loc>{{ site.url }}</loc>
|
||||
</url>
|
||||
</urlset>
|
Loading…
Reference in a new issue