Add space above the About Me block
This commit is contained in:
parent
175f9c4853
commit
be9aaeafb7
3 changed files with 27 additions and 21 deletions
|
@ -1,9 +1,13 @@
|
|||
{% extends 'base' %}
|
||||
|
||||
{% block content_wrapper %}
|
||||
<div class="markdown">
|
||||
{{ parent() }}
|
||||
</div>
|
||||
<div class="space-y-10">
|
||||
<div>
|
||||
<div class="markdown">
|
||||
{{ parent() }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% include 'about-author' %}
|
||||
{% include 'about-author' %}
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
|
|
@ -1,23 +1,25 @@
|
|||
{% extends 'base' %}
|
||||
|
||||
{% block content_wrapper %}
|
||||
<div class="space-y-6">
|
||||
<div class="markdown">
|
||||
{{ parent() }}
|
||||
<div class="space-y-10">
|
||||
<div class="space-y-6">
|
||||
<div class="markdown">
|
||||
{{ parent() }}
|
||||
</div>
|
||||
|
||||
{% include 'talk/slides' with {
|
||||
speakerdeck: page.speakerdeck,
|
||||
} only %}
|
||||
|
||||
{% include 'talk/video' with {
|
||||
video: page.video,
|
||||
} only %}
|
||||
|
||||
{% include 'talk/events' with {
|
||||
events: page.events|reverse,
|
||||
} only %}
|
||||
</div>
|
||||
|
||||
{% include 'talk/slides' with {
|
||||
speakerdeck: page.speakerdeck,
|
||||
} only %}
|
||||
|
||||
{% include 'talk/video' with {
|
||||
video: page.video,
|
||||
} only %}
|
||||
|
||||
{% include 'talk/events' with {
|
||||
events: page.events|reverse,
|
||||
} only %}
|
||||
{% include 'about-author' %}
|
||||
</div>
|
||||
|
||||
{% include 'about-author' %}
|
||||
{% endblock %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue