mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
Fix HTML
This commit is contained in:
parent
b96c6e59e8
commit
3f032e00b0
1 changed files with 7 additions and 6 deletions
|
@ -1,18 +1,19 @@
|
|||
<!doctype html>
|
||||
<html lang="en">
|
||||
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width initial-scale=1">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<link href="{{ site.baseurl }}/css/main.css" media="screen" rel="stylesheet">
|
||||
<link href="{{ site.baseurl }}/feed.xml" type="application/rss+xml" rel="alternate" title="RSS feed" />
|
||||
<link href="{{ site.baseurl }}/css/icon.png" type="image/png" rel="shortcut icon" />
|
||||
<link href="{{ site.baseurl }}/feed.xml" type="application/rss+xml" rel="alternate" title="RSS feed">
|
||||
<link href="{{ site.baseurl }}/css/icon.png" type="image/png" rel="shortcut icon">
|
||||
|
||||
<title>{% if page.title %}{{ page.title }} - {% endif %}{{ site.title }} - {{ site.description }}</title>
|
||||
<meta name="description" content="{{ site.description }}">
|
||||
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a href="{{ site.baseurl }}/">Home</a></h1>
|
||||
<li><a href="{{ site.baseurl }}/">Home</a>
|
||||
<li><a href="{{ site.baseurl }}/news/">News</a>
|
||||
<li><a href="{{ site.baseurl }}/documentation/">Documentation</a>
|
||||
<li><a href="{{ site.baseurl }}/contribute/">Contribute</a>
|
||||
|
@ -25,7 +26,7 @@
|
|||
|
||||
<footer>
|
||||
<ul>
|
||||
<li><a href="https://community.kozea.fr">Made with ❤ by Kozea Community</a></li>
|
||||
<li><a href="{{ site.github.repository_url }}">Fork me on GitHub</a></li>
|
||||
<li><a href="https://community.kozea.fr">Made with ❤ by Kozea Community</a>
|
||||
<li><a href="{{ site.github.repository_url }}">Fork me on GitHub</a>
|
||||
</ul>
|
||||
</footer>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue