mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-22 07:45:00 +00:00
Remove sitemap
This commit is contained in:
parent
3a8d909230
commit
a51e6d6459
3 changed files with 2 additions and 5 deletions
|
@ -8,6 +8,3 @@ exclude:
|
|||
|
||||
sass:
|
||||
style: :compressed
|
||||
|
||||
gems:
|
||||
- jekyll-sitemap
|
||||
|
|
|
@ -16,7 +16,7 @@ layout: main
|
|||
</div>
|
||||
|
||||
<div id="col2">
|
||||
<a href="news" class="button">
|
||||
<a href="/news" class="button">
|
||||
<span>
|
||||
<svg viewBox="0 0 24 24">
|
||||
<path d="M19 3h-1V1h-2v2H8V1H6v2H5c-1.11 0-1.99.9-1.99 2L3 19c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V8h14v11zM7 10h5v5H7z"/>
|
||||
|
|
|
@ -16,7 +16,7 @@ layout: minify
|
|||
</title>
|
||||
<meta name="description" content="{{ site.description }}">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="canonical" href="{{ site.url }}">
|
||||
<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>
|
||||
|
|
Loading…
Reference in a new issue