File tree Expand file tree Collapse file tree 4 files changed +2
-5
lines changed Expand file tree Collapse file tree 4 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 274
274
var $select = document . querySelector ( "select" ) ;
275
275
276
276
// bind hashchange event
277
- // Changes at v1.7.2: change the language flag from hash-based to in-memory based
277
+ // Changes at v1.7.2: change the language flag from hash-basing to in-memory basing
278
278
// due to its confliction with catalog anchors.
279
279
// window.addEventListener('hashchange', _render);
280
280
Original file line number Diff line number Diff line change 2
2
layout: page
3
3
title: "About"
4
4
description: "Hey, this is Hux."
5
- header-img: "img/about-bg.jpg"
5
+ header-img: "img/about-bg-walle .jpg"
6
6
multilingual: true
7
7
---
8
8
9
- <!-- Multi-Lingual -->
10
- {% if page.multilingual %}
11
9
<!-- Language Selector -->
12
10
< select class ="sel-lang " onchange = "onLanChange(this.options[this.options.selectedIndex].value) ">
13
11
< option value ="0 " selected > 中文 Chinese </ option >
14
12
< option value ="1 "> 英文 English </ option >
15
13
</ select >
16
- {% endif %}
17
14
18
15
<!-- Chinese Version -->
19
16
< div class ="zh post-container ">
You can’t perform that action at this time.
0 commit comments