diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-04-02 16:53:28 -0700 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-04-02 16:53:28 -0700 |
commit | 9ee5f48aef2306473826e85e340ac0e945ece2af (patch) | |
tree | 87983db80846845c71a78dbdd137f89c6acb7501 /templates | |
parent | e1dfe5c0f6d3dfc799e3947c4f2c8e9cc70569f0 (diff) | |
download | gitbook-9ee5f48aef2306473826e85e340ac0e945ece2af.zip gitbook-9ee5f48aef2306473826e85e340ac0e945ece2af.tar.gz gitbook-9ee5f48aef2306473826e85e340ac0e945ece2af.tar.bz2 |
Add meta tag generator
Diffstat (limited to 'templates')
-rw-r--r-- | templates/layout.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/layout.html b/templates/layout.html index 251e244..9be2829 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -10,6 +10,7 @@ <meta name="author" content="{{ githubAuthor }}"> <meta name="description" content="{{ description }}"> <meta name="keywords" content="gitbook,github" > + <meta name="generator" content="www.gitbook.io"> <meta property="og:title" content="{% block title %} | {{ title }}{% endblock %}"> <meta property="og:site_name" content="{{ title }}"> |