mirror of
https://github.com/safing/web
synced 2025-09-01 10:39:03 +00:00
Move last updated on dates to site config
This commit is contained in:
parent
96a9f99399
commit
4d760fce97
4 changed files with 6 additions and 4 deletions
|
@ -87,6 +87,9 @@ emailobfuscated: "=b!isfg>#nbjmup;ifmmpAtbgjoh/jp#?ifmmpAtbgjoh/jp=0b?"
|
||||||
###### media/content options ######
|
###### media/content options ######
|
||||||
###################################
|
###################################
|
||||||
|
|
||||||
|
last_progress_update_on: "09.08.2021"
|
||||||
|
last_finances_update_on: "May 2021"
|
||||||
|
|
||||||
collections:
|
collections:
|
||||||
publications:
|
publications:
|
||||||
output: true
|
output: true
|
||||||
|
@ -122,4 +125,3 @@ podcast_summary: "Discontent with the global state of mass surveillance and its
|
||||||
##############################
|
##############################
|
||||||
|
|
||||||
blog_feed_url: /blog.xml
|
blog_feed_url: /blog.xml
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,7 @@ layout: page
|
||||||
<div class="relative max-w-screen-sm lg:max-w-screen-xl mx-auto px-4 sm:px-6 xl:px-0 lg:flex">
|
<div class="relative max-w-screen-sm lg:max-w-screen-xl mx-auto px-4 sm:px-6 xl:px-0 lg:flex">
|
||||||
<div class="pt-8">
|
<div class="pt-8">
|
||||||
<div class="text-center lg:text-left">
|
<div class="text-center lg:text-left">
|
||||||
<span class="text-sm opacity-55 tracking-normal">02.06.2021</span>
|
<span class="text-sm opacity-55 tracking-normal">{{ site.last_progress_update_on }}</span>
|
||||||
<h2 id="influences" class="text-5xl tracking-tight font-extrabold leading-none pb-5 pt-2">
|
<h2 id="influences" class="text-5xl tracking-tight font-extrabold leading-none pb-5 pt-2">
|
||||||
Backlog
|
Backlog
|
||||||
</h2>
|
</h2>
|
||||||
|
|
|
@ -8,7 +8,7 @@ layout: page
|
||||||
<div class="relative max-w-screen-sm lg:max-w-screen-xl mx-auto px-4 sm:px-6 xl:px-0 lg:flex">
|
<div class="relative max-w-screen-sm lg:max-w-screen-xl mx-auto px-4 sm:px-6 xl:px-0 lg:flex">
|
||||||
<div class="pt-8">
|
<div class="pt-8">
|
||||||
<div class="text-center lg:text-left">
|
<div class="text-center lg:text-left">
|
||||||
<span class="text-sm opacity-55 tracking-normal">02.06.2021</span>
|
<span class="text-sm opacity-55 tracking-normal">{{ site.last_progress_update_on }}</span>
|
||||||
<h2 id="influences" class="text-5xl tracking-tight font-extrabold leading-none pb-10 pt-2">
|
<h2 id="influences" class="text-5xl tracking-tight font-extrabold leading-none pb-10 pt-2">
|
||||||
Progress Overview
|
Progress Overview
|
||||||
</h2>
|
</h2>
|
||||||
|
|
|
@ -77,7 +77,7 @@ redirect_from:
|
||||||
<div class="pl-8 text-left">
|
<div class="pl-8 text-left">
|
||||||
<h2 id="influences" class="text-5xl tracking-tight font-extrabold leading-none py-10">
|
<h2 id="influences" class="text-5xl tracking-tight font-extrabold leading-none py-10">
|
||||||
Influences
|
Influences
|
||||||
<span class="text-sm opacity-55 tracking-normal">updated May 2021</span>
|
<span class="text-sm opacity-55 tracking-normal">updated {{ site.last_finances_update_on }}</span>
|
||||||
</h2>
|
</h2>
|
||||||
<p class="text-md opacity-55 max-w-lg">
|
<p class="text-md opacity-55 max-w-lg">
|
||||||
Through these partnerships we are not only receiving funding, but much needed support, advice, training, encouragement and helpful criticism.
|
Through these partnerships we are not only receiving funding, but much needed support, advice, training, encouragement and helpful criticism.
|
||||||
|
|
Loading…
Add table
Reference in a new issue