Browse Source

Update META description that will hopefully be shown in Google search results

master
René Stach 8 years ago
committed by GitHub
parent
commit
831a690843
  1. 1
      _layouts/home.html

1
_layouts/home.html

@ -2,6 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<meta name="description" content="Free backup software to store backups online with strong encryption. Works with FTP, SSH, WebDAV, OneDrive, Amazon S3, Google Drive and many others." />
<title>{% if page.title %}{{ page.title }} • {% endif %}{{ site.title }}</title>
{% if page.excerpt %}<meta name="description" content="{{ page.excerpt | strip_html }}">{% endif %}
{% if page.tags %}<meta name="keywords" content="{{ page.tags | join: ', ' }}">{% endif %}

Loading…
Cancel
Save