Added meta generator tag to head
This commit is contained in:
parent
3f472dd872
commit
4d10dce684
|
@ -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', '')))
|
||||
|
|
Loading…
Reference in New Issue
Block a user