Skip to content

Commit

Permalink
Fixed typo in Baidu. (#714)
Browse files Browse the repository at this point in the history
* Fixed typo in Baidu.
  • Loading branch information
ivan-nginx authored Mar 20, 2019
1 parent 8ee52fe commit 35180c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ github_banner:
# SEO Settings
# ---------------------------------------------------------------

# Disable Baidu tranformation on mobile devices.
disable_baidu_tranformation: false
# Disable Baidu transformation on mobile devices.
disable_baidu_transformation: false

# Canonical, set a canonical link tag in your hexo, you could use it for your SEO of blog.
# See: https://support.google.com/webmasters/answer/139066
Expand Down Expand Up @@ -605,7 +605,7 @@ disqusjs:
# API Endpoint of Disqus API (https://disqus.com/api/)
# leave api empty if you are able to connect to Disqus API
# otherwise you need a reverse proxy for Disqus API
# For example:
# For example:
# api: https://disqus.skk.moe/disqus/
api:
apikey: # register new application from https://disqus.com/api/applications/
Expand Down
2 changes: 1 addition & 1 deletion layout/_partials/head/head.swig
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<link rel="stylesheet" href="{{ Han_uri }}"/>
{% endif %}

{% if theme.disable_baidu_tranformation %}
{% if theme.disable_baidu_transformation %}
<meta http-equiv="Cache-Control" content="no-transform"/>
<meta http-equiv="Cache-Control" content="no-siteapp"/>
{% endif %}
Expand Down

0 comments on commit 35180c2

Please sign in to comment.