mirror of
https://github.com/Kozea/Radicale.git
synced 2025-07-02 16:58:30 +00:00
31 lines
1.1 KiB
HTML
31 lines
1.1 KiB
HTML
<!doctype html>
|
|
|
|
<meta charset="utf-8">
|
|
<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" />
|
|
|
|
<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 }}/news/">News</a>
|
|
<li><a href="{{ site.baseurl }}/documentation/">Documentation</a>
|
|
<li><a href="{{ site.baseurl }}/contribute/">Contribute</a>
|
|
<li><a href="{{ site.baseurl }}/download/">Download</a>
|
|
<li><a href="{{ site.baseurl }}/about/">About</a>
|
|
</ul>
|
|
</nav>
|
|
|
|
{{ content }}
|
|
|
|
<footer>
|
|
<ul>
|
|
<li><a href="http://kozea.fr">Made with ❤ by Kozea</a></li>
|
|
<li><a href="{{ site.github.repository_url }}">Fork me on GitHub</a></li>
|
|
</ul>
|
|
</footer>
|