1
0
Fork 0
mirror of https://github.com/safing/web synced 2025-04-17 09:29:08 +00:00

Remove fluff from pod & video titles

This commit is contained in:
davegson 2021-04-22 17:52:14 +02:00
parent 3e2a7f254f
commit 40bb134f6c
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ container_class: "podcast pt-40 lg:pt-40"
<div class="text-center">
{% assign title_length = page.title | size %}
<span style="font-size: 12rem; font-weight: 800; margin-top: -9rem; opacity: 0.05;" class="z-0 ml-0 w-full left-0 text-center absolute bg-top">#{{ page.title | slice: 2, 2 }}</span>
<h1 class="tracking-tight font-extrabold leading-none text-center" style="max-width: 632px; margin: auto; font-size: 3rem;padding-top: 1.5em;">{{ page.title | slice: 7, title_length }}</h1>
<h1 style="padding-top: 1.5em;">{{ page.title | slice: 7, title_length }}</h1>
<p>{{ page.date | date: "%B %-d, %Y" }}</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">

View file

@ -6,7 +6,7 @@ container_class: "podcast pt-40 lg:pt-64"
<div class="text-center">
{% assign title_length = page.title | size %}
<span style="font-size: 12rem; font-weight: 800; margin-top: -9rem; opacity: 0.05;" class="z-0 ml-0 w-full left-0 text-center absolute bg-top">#{{ page.title | slice: 2, 2 }}</span>
<h2 class="text-5xl tracking-tight font-extrabold leading-none py-10 text-center">{{ page.title | slice: 7, title_length }}</h2>
<h1 style="padding-top: 1.5em;"">{{ page.title | slice: 7, title_length }}</h1>
<p class="opacity-55">{{ page.date | date: "%B %-d, %Y" }}</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">