|
1 | 1 | <!DOCTYPE html> |
2 | 2 | {% if article %} |
3 | | -<!--[if lt IE 7]> <html lang="{{ DEFAULT_LANG }}" class="no-js lt-ie9 lt-ie8 lt-ie7" prefix="og: http://ogp.me/ns#" itemscope itemtype="http://schema.org/BlogPosting"> <![endif]--> |
4 | | -<!--[if IE 7]> <html lang="{{ DEFAULT_LANG }}" class="no-js lt-ie9 lt-ie8" prefix="og: http://ogp.me/ns#" itemscope itemtype="http://schema.org/BlogPosting"> <![endif]--> |
5 | | -<!--[if IE 8]> <html lang="{{ DEFAULT_LANG }}" class="no-js lt-ie9" prefix="og: http://ogp.me/ns#" itemscope itemtype="http://schema.org/BlogPosting"> <![endif]--> |
6 | | -<!--[if gt IE 8]><!--> <html lang="{{ DEFAULT_LANG }}" class="no-js" prefix="og: http://ogp.me/ns#" itemscope itemtype="http://schema.org/BlogPosting"> <!--<![endif]--> |
| 3 | +<!--[if lt IE 7]> <html lang="{{ article.lang }}" class="no-js lt-ie9 lt-ie8 lt-ie7" prefix="og: http://ogp.me/ns#" itemscope itemtype="http://schema.org/BlogPosting"> <![endif]--> |
| 4 | +<!--[if IE 7]> <html lang="{{ article.lang }}" class="no-js lt-ie9 lt-ie8" prefix="og: http://ogp.me/ns#" itemscope itemtype="http://schema.org/BlogPosting"> <![endif]--> |
| 5 | +<!--[if IE 8]> <html lang="{{ article.lang }}" class="no-js lt-ie9" prefix="og: http://ogp.me/ns#" itemscope itemtype="http://schema.org/BlogPosting"> <![endif]--> |
| 6 | +<!--[if gt IE 8]><!--> <html lang="{{ article.lang }}" class="no-js" prefix="og: http://ogp.me/ns#" itemscope itemtype="http://schema.org/BlogPosting"> <!--<![endif]--> |
7 | 7 | {% elif page %} |
8 | | -<!--[if lt IE 7]> <html lang="{{ DEFAULT_LANG }}" class="no-js lt-ie9 lt-ie8 lt-ie7" prefix="og: http://ogp.me/ns#" itemscope itemtype="http://schema.org/WebPage"> <![endif]--> |
9 | | -<!--[if IE 7]> <html lang="{{ DEFAULT_LANG }}" class="no-js lt-ie9 lt-ie8" prefix="og: http://ogp.me/ns#" itemscope itemtype="http://schema.org/WebPage"> <![endif]--> |
10 | | -<!--[if IE 8]> <html lang="{{ DEFAULT_LANG }}" class="no-js lt-ie9" prefix="og: http://ogp.me/ns#" itemscope itemtype="http://schema.org/WebPage"> <![endif]--> |
11 | | -<!--[if gt IE 8]><!--> <html lang="{{ DEFAULT_LANG }}" class="no-js" prefix="og: http://ogp.me/ns#" itemscope itemtype="http://schema.org/WebPage"> <!--<![endif]--> |
| 8 | +<!--[if lt IE 7]> <html lang="{{ page.lang }}" class="no-js lt-ie9 lt-ie8 lt-ie7" prefix="og: http://ogp.me/ns#" itemscope itemtype="http://schema.org/WebPage"> <![endif]--> |
| 9 | +<!--[if IE 7]> <html lang="{{ page.lang }}" class="no-js lt-ie9 lt-ie8" prefix="og: http://ogp.me/ns#" itemscope itemtype="http://schema.org/WebPage"> <![endif]--> |
| 10 | +<!--[if IE 8]> <html lang="{{ page.lang }}" class="no-js lt-ie9" prefix="og: http://ogp.me/ns#" itemscope itemtype="http://schema.org/WebPage"> <![endif]--> |
| 11 | +<!--[if gt IE 8]><!--> <html lang="{{ page.lang }}" class="no-js" prefix="og: http://ogp.me/ns#" itemscope itemtype="http://schema.org/WebPage"> <!--<![endif]--> |
12 | 12 | {% else %} |
13 | 13 | <!--[if lt IE 7]> <html lang="{{ DEFAULT_LANG }}" class="no-js lt-ie9 lt-ie8 lt-ie7" prefix="og: http://ogp.me/ns#" itemscope itemtype="http://schema.org/Blog"> <![endif]--> |
14 | 14 | <!--[if IE 7]> <html lang="{{ DEFAULT_LANG }}" class="no-js lt-ie9 lt-ie8" prefix="og: http://ogp.me/ns#" itemscope itemtype="http://schema.org/Blog"> <![endif]--> |
|
56 | 56 | <meta property="og:url" content="{{ SITEURL }}" > |
57 | 57 | <meta name="twitter:url" content="{{ SITEURL }}" > |
58 | 58 | <meta itemprop="name" content="{{ SITENAME }}" > |
59 | | - <meta itemprop="url" content="{{ SITEURL }}"> |
| 59 | + <meta itemprop="url" content="{{ SITEURL }}" > |
60 | 60 | {% if DESCRIPTION %} |
61 | 61 | <meta property="og:description" content="{{ DESCRIPTION|striptags|escape }}" > |
62 | 62 | <meta name="twitter:description" content="{{ DESCRIPTION|striptags|escape }}" > |
|
107 | 107 | </div> |
108 | 108 | </header> |
109 | 109 |
|
110 | | -<main role="main"> |
| 110 | +<main> |
111 | 111 | {% block desc_header %} |
112 | 112 | {% endblock %} |
113 | 113 |
|
|
0 commit comments