Skip to content

Commit 9762dc9

Browse files
committed
[self] update about-bg
1 parent bf50cca commit 9762dc9

File tree

4 files changed

+2
-5
lines changed

4 files changed

+2
-5
lines changed

_includes/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@
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

about.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,15 @@
22
layout: page
33
title: "About"
44
description: "Hey, this is Hux."
5-
header-img: "img/about-bg.jpg"
5+
header-img: "img/about-bg-walle.jpg"
66
multilingual: 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">

img/about-bg-walle.jpg

54.5 KB
Loading

img/about-bg.jpg

-125 KB
Binary file not shown.

0 commit comments

Comments
 (0)