mirror of
https://github.com/safing/web
synced 2025-04-17 09:29:08 +00:00
Add paragraph under title
This commit is contained in:
parent
c66fa6d062
commit
8d909cfa1b
1 changed files with 5 additions and 0 deletions
|
@ -4,6 +4,11 @@ layout: page_container
|
|||
|
||||
<div class="text-center">
|
||||
<h1 class="text-5xl tracking-tight font-extrabold leading-none pb-2 pt-8 text-center">{{ page.title }}</h1>
|
||||
<p class="text-left max-w-2xl mx-auto">
|
||||
Back in September 2020 we received an email asking if we wanted to be part of the TV show “2 Minuten 2
|
||||
Millionen” - which is kinda the Austrian version of “Shark Tank”. Most of you will not have seen it,
|
||||
but since we were on air we think it is important to talk about.
|
||||
</p>
|
||||
<p>{{ page.date | date: "%B %-d, %Y" }} • Written by <a href="{{ site.team_url }}#{{ page.author | slugify }}">{{ page.author | capitalize }}</a></p>
|
||||
<div class="flex mx-auto justify-center pt-5">
|
||||
<a href="{{ site.twitter_url }}" class="opacity-55 hover:opacity-100 ease-in-out duration-150" target="_blank">
|
||||
|
|
Loading…
Add table
Reference in a new issue