Skip to content

Commit f002cce

Browse files
author
Kátia Nakamura
committed
template: add logo to the home page
1 parent 9e5f566 commit f002cce

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
39.7 KB
Loading

pyconbalkan/core/templates/index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
<meta charset="utf-8">
77
<title>PyCon Balkan 2018</title>
88
</head>
9-
<body>
9+
<body style="text-align:center;">
10+
11+
<img src="{% static 'img/front-light-pyConBlkn-2.png' %}">
12+
1013
</body>
1114
</html>

0 commit comments

Comments
 (0)