mirror of
https://github.com/privacyguides/privacyguides.org
synced 2024-11-10 21:23:41 +01:00
Correct blog layout
This commit is contained in:
parent
1e7b592114
commit
2fbc2242ee
@ -4,7 +4,7 @@
|
||||
<div class="card-body d-flex flex-column align-self-end" style="min-height: 300px;">
|
||||
<h2 class="card-title mt-auto text-light">{{ post.title }}</h2>
|
||||
<p class="card-text text-light">{{ post.excerpt }} <strong>Continue Reading...</strong></p>
|
||||
<p class="card-text"><small class="text-light">{{ post.author }} - {{ post.date | date: "%b %-d, %Y" }}</small></p>
|
||||
<p class="card-text"><small class="text-light">{% for author in page.author %}{{ author }}{% unless forloop.last %}, {% endunless %}{% endfor %} - {{ post.date | date: "%b %-d, %Y" }}</small></p>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
@ -10,7 +10,7 @@ layout: default
|
||||
<h1 class="post-title display-4">{{ page.title }}</h1>
|
||||
</div>
|
||||
<div class="mt-3">
|
||||
<p class="post-info">Jonah Aragon | {{ page.date | date: "%b %-d, %Y" }}</p>
|
||||
<p class="post-info">By: {% for author in page.author %}{{ author }}{% unless forloop.last %}, {% endunless %}{% endfor %} | {{ page.date | date: "%b %-d, %Y" }}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1,8 +0,0 @@
|
||||
---
|
||||
name: Jonah Aragon
|
||||
website: 'https://jonaharagon.com'
|
||||
github: jonaharagon
|
||||
twitter: jonaharagon
|
||||
image: jonah.png
|
||||
---
|
||||
I'm the founder and administrator of Privacy Guides. I'm researching privacy respecting products and services to share with the world.
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: 'Self-hosting a Shadowsocks VPN with Outline'
|
||||
author: Jonah Aragon
|
||||
author: Jonah
|
||||
layout: post
|
||||
excerpt: Outline is a suite of open-source software developed for journalists to safely access their network and the internet while traveling in countries where their activities may be monitored or censored...
|
||||
---
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: Understanding VPNs
|
||||
author: Jonah Aragon
|
||||
author: Jonah
|
||||
cover: understanding-vpns-cover.jpg
|
||||
cover_src: 'https://unsplash.com/@freeche'
|
||||
cover_src_publisher: Kvistholt Photography
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: Choosing a VPN
|
||||
author: Jonah Aragon
|
||||
author: Jonah
|
||||
layout: post
|
||||
excerpt: Now you know what a VPN is, here's how you choose between them...
|
||||
---
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: 'Firefox Privacy: Tips and Tricks for Better Browsing'
|
||||
author: Jonah Aragon
|
||||
author: Jonah
|
||||
cover: firefox-privacy-cover.jpg
|
||||
cover_src: 'https://unsplash.com/@vmxhu'
|
||||
cover_src_publisher: Szabo Viktor
|
||||
|
Loading…
Reference in New Issue
Block a user