|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<title>{% if page.title %}{{ page.title }} • {% endif %}{{ site.title }}</title>
|
|
|
|
{% if page.excerpt %}
|
|
|
|
<meta name="description" content="{{ page.excerpt | strip_html }}">
|
|
|
|
{% else %}
|
|
|
|
<meta name="description" content="{{ site.description | strip_html }}">
|
|
|
|
{% endif %}
|
|
|
|
{% if page.tags %}<meta name="keywords" content="{{ page.tags | join: ', ' }}">{% endif %}
|
|
|
|
{% if page.author %}
|
|
|
|
{% assign author = site.data.authors[page.author] %}{% else %}{% assign author = site.owner %}
|
|
|
|
{% endif %}
|
|
|
|
{% include open-graph.html %}
|
|
|
|
{% include analytics.html %}
|
|
|
|
{% include gitter-sidecar.html %}
|
|
|
|
{% include favicon.html %}
|
|
|
|
|
|
|
|
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.url }}">
|
|
|
|
|
|
|
|
<link href="{{ site.url }}/atom.xml" type="application/atom+xml" rel="alternate" title="{{ site.title }} Atom Feed">
|
|
|
|
<link href="{{ site.url }}/sitemap.xml" type="application/xml" rel="sitemap" title="Sitemap">
|
|
|
|
|
|
|
|
<script src="{{ site.url }}/js/vendor/jquery-1.9.1.min.js"></script>
|
|
|
|
<script src="{{ site.url }}/js/main.js"></script>
|
|
|
|
{% include lightgallery.html %}
|
|
|
|
|
|
|
|
<meta name="HandheldFriendly" content="True">
|
|
|
|
<meta name="MobileOptimized" content="320">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<meta http-equiv="cleartype" content="on">
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="{{ site.url }}/css/main.css">
|
|
|
|
<link type="text/css" rel="stylesheet" href="{{ site.url }}/css/lightgallery.min.css" />
|
|
|
|
<!-- HTML5 Shiv and Media Query Support for IE -->
|
|
|
|
<!--[if lt IE 9]>
|
|
|
|
<script src="{{ site.url }}/js/vendor/html5shiv.min.js"></script>
|
|
|
|
<script src="{{ site.url }}/js/vendor/respond.min.js"></script>
|
|
|
|
<![endif]-->
|
|
|
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body id="js-body">
|
|
|
|
{% include browser-upgrade.html %}
|
|
|
|
{% include header.html %}
|
|
|
|
{% include navigation-sliding.html %}
|
|
|
|
|
|
|
|
{% if page.image.parallax %}
|
|
|
|
<div class="page-lead" style="background-image:url({{ site.url }}/images/{{ page.image.parallax }})">
|
|
|
|
<div class="wrap page-lead-content">
|
|
|
|
<h1>Duplicati 2.0</h1>
|
|
|
|
<h2>Store securely encrypted backups on cloud storage services!
|
|
|
|
</div><!-- /.page-lead-content -->
|
|
|
|
</div><!-- /.page-lead -->
|
|
|
|
{% endif %}
|
|
|
|
|
|
|
|
<div id="page-wrapper">
|
|
|
|
{{ content }}
|
|
|
|
</div>
|
|
|
|
{% include footer.html %}
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|