diff options
| author | XhmikosR <[email protected]> | 2017-08-13 11:00:27 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2017-08-13 11:58:04 +0300 |
| commit | acba161c4eec2595b1acc6a051b43c1c511018a9 (patch) | |
| tree | 4a2b97444c556ff09b021030a2b026702de8e8d6 /_includes | |
| parent | f8627785aebcffc746d95aaa1e24a91db33eaf70 (diff) | |
| download | bootstrap-acba161c4eec2595b1acc6a051b43c1c511018a9.tar.xz bootstrap-acba161c4eec2595b1acc6a051b43c1c511018a9.zip | |
Add `meta generator` tag.
Diffstat (limited to '_includes')
| -rw-r--r-- | _includes/header.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_includes/header.html b/_includes/header.html index fd9a9a28c..d9eac3db3 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -1,5 +1,6 @@ <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> +<meta name="generator" content="Jekyll v{{ jekyll.version }}"> <title> {% if page.title %} |
