mirror of
https://github.com/safing/web
synced 2025-09-04 12:09:03 +00:00
Limit summary passage to posts which have it
This commit is contained in:
parent
65ff6d98b2
commit
e5b19ae026
2 changed files with 6 additions and 12 deletions
|
@ -4,11 +4,11 @@ layout: page_container
|
||||||
|
|
||||||
<div class="text-center">
|
<div class="text-center">
|
||||||
<h1 class="text-5xl tracking-tight font-extrabold leading-none pb-2 pt-8 text-center">{{ page.title }}</h1>
|
<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">
|
{% if page.summary %}
|
||||||
Back in September 2020 we received an email asking if we wanted to be part of the TV show “2 Minuten 2
|
<p class="text-left max-w-2xl mx-auto">
|
||||||
Millionen” - which is kinda the Austrian version of “Shark Tank”. Most of you will not have seen it,
|
{{ page.summary }}
|
||||||
but since we were on air we think it is important to talk about.
|
</p>
|
||||||
</p>
|
{% endif %}
|
||||||
<p>{{ page.date | date: "%B %-d, %Y" }} • Written by <a href="{{ site.team_url }}#{{ page.author | slugify }}">{{ page.author | capitalize }}</a></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">
|
<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">
|
<a href="{{ site.twitter_url }}" class="opacity-55 hover:opacity-100 ease-in-out duration-150" target="_blank">
|
||||||
|
|
|
@ -6,15 +6,9 @@ title: "Broad SPN Access Postponed to Q3 - Here Is Why"
|
||||||
date: 2021-03-24
|
date: 2021-03-24
|
||||||
author: david
|
author: david
|
||||||
custom_thumbnail_name: broad-spn-access-postponed-to-q3-here-is-why
|
custom_thumbnail_name: broad-spn-access-postponed-to-q3-here-is-why
|
||||||
|
summary: "Different factors made us prioritize Portmaster before SPN development in the second half of 2020. Since the start of 2021 we are focusing on SPN development again - by Summer a lot will have happened and you will notice all of the impact. We are sorry for this delay."
|
||||||
---
|
---
|
||||||
|
|
||||||
**TLDR: Different factors made us prioritize Portmaster before SPN development in the second half of 2020. Since the start of 2021 we are focusing on SPN development again - by Summer a lot will have happened and you will notice all of the impact. We are sorry for this delay.**
|
|
||||||
|
|
||||||
<br/>
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
<br/>
|
|
||||||
|
|
||||||
#### In August 2020 We Decided to Shift Our Attention to the Portmaster
|
#### In August 2020 We Decided to Shift Our Attention to the Portmaster
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue