Skip to content

Commit 1e3b74f

Browse files
committed
Pridana ikonka github
1 parent 9308268 commit 1e3b74f

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

naucse/templates/_base.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<link rel="stylesheet" href="{{url_for('static', filename='css/body.css')}}">
2222
<link rel="stylesheet" href="{{url_for('static', filename='css/pygments-lovelace-style.css')}}">
2323
<link rel="stylesheet" href="{{url_for('static', filename='css/ipython.css')}}">
24-
24+
2525
{% block extra_links %}
2626
{% endblock extra_links%}
2727

@@ -30,7 +30,7 @@
3030
{% endblock %}
3131
</style>
3232
</head>
33-
33+
3434
<body>
3535
<nav class="header">
3636
<ul class="container menu">
@@ -48,7 +48,9 @@
4848
<div class="footer container">
4949
<hr>
5050
<div class="lesson-attribution">
51-
<p>Uprav tuto stránku na <a href="{{ edit_path|edit_link }}">GitHubu</a>.</p>
51+
<p>Uprav tuto stránku na <a href="{{ edit_path|edit_link }}"><svg id="i-github" viewBox="0 0 64 64" width="16" height="16">
52+
<path stroke-width="0" fill="currentColor" d="M32 0 C14 0 0 14 0 32 0 53 19 62 22 62 24 62 24 61 24 60 L24 55 C17 57 14 53 13 50 13 50 13 49 11 47 10 46 6 44 10 44 13 44 15 48 15 48 18 52 22 51 24 50 24 48 26 46 26 46 18 45 12 42 12 31 12 27 13 24 15 22 15 22 13 18 15 13 15 13 20 13 24 17 27 15 37 15 40 17 44 13 49 13 49 13 51 20 49 22 49 22 51 24 52 27 52 31 52 42 45 45 38 46 39 47 40 49 40 52 L40 60 C40 61 40 62 42 62 45 62 64 53 64 32 64 14 50 0 32 0 Z" />
53+
</svg> GitHubu</a>.</p>
5254

5355
{% if page is defined and (page.attributions or page.license) %}
5456
{% for a in page.attributions %}

0 commit comments

Comments
 (0)