Added meta generator tag to head

This commit is contained in:
Daniel J. Summers 2017-11-06 07:27:39 -06:00
parent 3f472dd872
commit 4d10dce684

View File

@ -2,6 +2,7 @@ head
meta(charset='utf-8')
meta(http-equiv='X-UA-Compatible' content='IE=edge')
meta(name='viewport' content='width=device-width, initial-scale=1')
meta(name='generator' content='Hexo v' + env.version)
title: block title
link(rel='stylesheet' href='/style.css')
link(rel='canonical' href=config.url + url_for(page.path.replace('index.html', '')))