Move all files to old/astro/
This commit is contained in:
parent
b176f4d25e
commit
cdf77e8b5f
1340 changed files with 0 additions and 0 deletions
|
@ -1,31 +0,0 @@
|
|||
{% extends 'default' %}
|
||||
|
||||
{% block metas %}
|
||||
{{ parent() }}
|
||||
<meta name="og:description" content="{{ page.description }}">
|
||||
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:description" content="{{ page.description }}">
|
||||
{% endblock %}
|
||||
|
||||
{% block content_wrapper %}
|
||||
<div class="spaced-y-8">
|
||||
<div class="markup spaced-y-6">
|
||||
{% block content %}{% endblock %}
|
||||
|
||||
<section>
|
||||
<h2 class="sr-only">Give me feedback</h2>
|
||||
|
||||
<p>
|
||||
<strong>Want to give me feedback for this talk?</strong>
|
||||
I’m <a href="{{ site.twitter.url }}" title="Leave me feedback on Twitter">@{{ site.twitter.user }}</a> on Twitter or <a href="/contact">send me an email</a>.
|
||||
</p>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
{% include 'talk/slides' %}
|
||||
{% include 'talk/video' %}
|
||||
{% include 'talk/tweets' %}
|
||||
{% include 'talk/events' with { events: get_events_for_talk(page, site.events) } only %}
|
||||
</div>
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue