Skip to content

Commit 3c2cb11

Browse files
author
Hamel Desai
committed
Favicon shows up on page
1 parent 6086f28 commit 3c2cb11

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

_layouts/exercise.html

+3
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,11 @@
1414
<link type="text/css" rel="stylesheet" href="../css/progress.css" media="screen"/>
1515
<link type="text/css" rel="stylesheet" href="../css/requirements.css" media="screen"/>
1616
<link type="text/css" rel="stylesheet" href="../css/Ubuntu.css" media="screen"/>
17+
<link rel="shortcut icon" href="/favicon.ico?v=2" type="image/x-icon">
1718
<meta charset="utf-8">
1819
<title>{{ page.title | escape }} - Interaktive Einführung in Reguläre Ausdrücke</title>
20+
21+
1922
<script type="text/javascript">
2023
var current_page_id = "page-" + {{ page.path | jsonify }};
2124
</script>

favicon.ico

863 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)