Add counter

This commit is contained in:
Luke 2020-07-02 11:28:09 +02:00
parent 52eebc1f59
commit 386f13ca2f
4 changed files with 12 additions and 4 deletions

View file

@ -2,6 +2,8 @@
title: Hiring a Designer from the Privacy Community
date: 2019-11-29
author: davegson
custom_thumbnail_name: hiring-a-designer-from-the-privacy-community
cover_image_source: https://unsplash.com/photos/66O6CE7QvwI
---
_Sidenote: shoutout to [The Hated One](https://www.youtube.com/channel/UCjr2bPAyPV7t35MvcgT3W8Q/), this would not have happened without him!_

View file

@ -2,6 +2,8 @@
title: The next 5 steps for Safing
date: 2019-12-06
author: davegson
custom_thumbnail_name: the-next-5-steps-for-safing
cover_image_source: https://pixabay.com/photos/architecture-stone-blocks-block-3481302/
---
## Intro

View file

@ -2,6 +2,7 @@
title: Announcing the PrivacyTools Sponsorship
date: 2019-12-20
author: davegson
custom_thumbnail_name: announcing-the-privacytools-sponsorship
---
**We are very pleased to announce that we have become a sponsor of [PrivacyTools.io](https://opencollective.com/privacytoolsio)**

View file

@ -20,11 +20,14 @@ layout: page
<li class="mt-10 md:mt-0">
<div class="block transform hover:scale-95 duration-150 ease-in-out">
<a href="{{ post.url }}">
<div class="relative" style="max-width: 365px;">
{% if post.custom_thumbnail_name == null %}
<img src="{{ site.img_url }}thumbnails/blog/placeholder.png">
{% else %}
<img src="{{ site.img_url }}thumbnails/blog/{{ post.custom_thumbnail_name }}.png">
{% endif %}
<span class="absolute text-white right-0 bottom-0 pr-3 pb-3" style="font-size: 3.1rem; font-weight: 800;" >#01</span>
</div>
<div class="pt-6">
<span class="opacity-25">{{ post.date | date: "%-d. %b %Y" }}</span>
<p>{{ post.title }}</p>