Skip to content

Commit

Permalink
Remove generator meta as supported in Hexo 3.8
Browse files Browse the repository at this point in the history
Supported in hexojs/hexo#3129
  • Loading branch information
NoahDragon authored Nov 2, 2018
1 parent 9c4beaf commit f0783a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion themes/navy/layout/partial/head.swig
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
<link rel="icon" type="image/png" href="{{ url_for('icon/favicon-32x32.png') }}" sizes="32x32">
<meta name="msapplication-TileColor" content="#2f83cd">
<meta name="msapplication-TileImage" content="{{ url_for('icon/mstile-144x144.png') }}">
<meta name="generator" content="Hexo {{ hexo_version() }}">
<!-- CSS -->
<!-- build:css build/css/navy.css -->
{{ css('css/navy') }}
Expand Down

0 comments on commit f0783a9

Please sign in to comment.