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 274274 var $select = document . querySelector ( "select" ) ;
275275
276276 // 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
278278 // due to its confliction with catalog anchors.
279279 // window.addEventListener('hashchange', _render);
280280
Original file line number Diff line number Diff line change 22layout: page
33title: "About"
44description: "Hey, this is Hux."
5- header-img: "img/about-bg.jpg"
5+ header-img: "img/about-bg-walle .jpg"
66multilingual: true
77---
88
9- <!-- Multi-Lingual -->
10- {% if page.multilingual %}
119<!-- Language Selector -->
1210< select class ="sel-lang " onchange = "onLanChange(this.options[this.options.selectedIndex].value) ">
1311 < option value ="0 " selected > 中文 Chinese </ option >
1412 < option value ="1 "> 英文 English </ option >
1513</ select >
16- {% endif %}
1714
1815<!-- Chinese Version -->
1916< div class ="zh post-container ">
You can’t perform that action at this time.
0 commit comments