浏览代码

[website] [fix] explicitly pass meta description

version-14
Anand Doshi 12 年前
父节点
当前提交
a94c1ad94e
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      templates/base.html

+ 2
- 2
templates/base.html 查看文件

@@ -12,8 +12,8 @@
<link type="text/css" rel="stylesheet" href="css/wn-web.css">
<link rel="shortcut icon" href="{{ favicon }}" type="image/x-icon">
<link rel="icon" href="{{ favicon }}" type="image/x-icon">
{% if description -%}
<meta name="description" content="{{ description }}">
{% if meta_description -%}
<meta name="description" content="{{ meta_description }}">
{%- endif %}
{% block header -%}
{%- endblock %}


正在加载...
取消
保存