Skip to content

Commit 9de6df2

Browse files
committed
Use raw HTML for the frontpage header (because of the #intro div).
1 parent 9592351 commit 9de6df2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

en/index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
title: Ruby Programming Language
44

55
header: |
6-
<div id="intro" markdown="1">
7-
# Ruby is...
6+
<div id="intro">
7+
<h1>Ruby is...</h1>
88

99
A dynamic, open source programming language with a focus on
1010
simplicity and productivity. It has an elegant syntax that is
1111
natural to read and easy to write.
1212

13-
[Read More...](about/)
13+
<a href="about/">Read More...</a>
1414
</div>
1515

1616
sidebar: |

0 commit comments

Comments
 (0)