We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec1282f commit 29bbc3aCopy full SHA for 29bbc3a
_layouts/index.html
@@ -2,10 +2,6 @@
2
layout: default
3
---
4
<div class="home">
5
- {% assign t = site.data.locales[page.lang][page.lang] %} {% if page.title %} {% assign header = page.title %} {% else %} {% assign header = site.title %} {% endif %}
6
- <article class="hero">
7
- <div class="hero-text">{{ t.index.lead }}</div>
8
- </article>
9
{{ content }}
10
11
<img src="{{'/assets/images/dcus.jpg' | relative_url }}" alt="DjangoCon US 2023"/>
0 commit comments