Skip to content

Commit 4aef0a5

Browse files
committed
add language css files
1 parent fcb166f commit 4aef0a5

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

_layouts/step.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<link type="text/css" rel="stylesheet" href="../css/progress.css" media="screen"/>
2020
<link type="text/css" rel="stylesheet" href="../css/requirements.css" media="screen"/>
2121
<link type="text/css" rel="stylesheet" href="../css/Ubuntu.css" media="screen"/>
22+
<link type="text/css" rel="stylesheet" href="../css/lang-{{ language }}.css" media="screen"/>
2223
<meta charset="utf-8">
2324
<title>{{ page.title | escape }} - Interaktive Einführung in Reguläre Ausdrücke</title>
2425
<script type="text/javascript">

css/lang-de.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

css/lang-en.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

0 commit comments

Comments
 (0)