mirror of
https://github.com/safing/web
synced 2025-09-02 19:19:03 +00:00
Update blog
This commit is contained in:
parent
dcd4b7c1ca
commit
254bbb04a6
1 changed files with 20 additions and 22 deletions
|
@ -2,42 +2,40 @@
|
||||||
layout: page_container
|
layout: page_container
|
||||||
---
|
---
|
||||||
|
|
||||||
<div class="text-center">
|
<div class="header-four-container">
|
||||||
<h1 >{{ page.title }}</h1>
|
<h1 class="header-four-container-title">{{ page.title }}</h1>
|
||||||
{% if page.summary %}
|
{% if page.summary %}
|
||||||
<p class="text-left max-w-2xl mx-auto" >
|
<p class="header-four-container-desc">
|
||||||
{{ page.summary | markdownify | remove: "<p>" | remove: "</p>" }}
|
{{ page.summary | markdownify | remove: "<p>" | remove: "</p>" }}
|
||||||
</p>
|
</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<p>{{ page.date | date: "%B %-d, %Y" }} • Written by <a href="{{ site.team_url }}#{{ page.author | slugify }}">{{ page.author | capitalize }}</a></p>
|
<span class="header-four-container-title-author">
|
||||||
<div class="flex mx-auto justify-center pt-5">
|
May 6, 2021 • Written by <a class="link-primary" href="/team/#david">David</a>
|
||||||
<a href="{{ site.twitter_url }}" class="opacity-55 hover:opacity-100 ease-in-out duration-150" target="_blank">
|
</span>
|
||||||
<img style="height: 1.1rem; width: auto;" src="{{ site.img_url }}icons/twitter.svg">
|
<div class="header-four-container-social">
|
||||||
</a>
|
<a class="link hover-opacity-in" href="{{ site.twitter_url }}"><i class="icon-twitter text-lg"></i></a>
|
||||||
<a href="{{ site.github_url }}" class="pl-4 pr-4 opacity-55 hover:opacity-100 ease-in-out duration-150" target="_blank">
|
<a class="link hover-opacity-in" href="{{ site.github_url }}"><i class="icon-github text-xl"></i></a>
|
||||||
<img style="height: 1.19rem; width: auto;" src="{{ site.img_url }}icons/github.svg">
|
<a class="link hover-opacity-in" href="{{ site.reddit_url }}"><i class="icon-reddit text-xl"></i></a>
|
||||||
</a>
|
|
||||||
<a href="{{ site.reddit_url }}" class="opacity-55 hover:opacity-100 ease-in-out duration-150" target="_blank">
|
|
||||||
<img style="height: 1.18rem; width: auto;" src="{{ site.img_url }}icons/reddit.svg">
|
|
||||||
</a>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="markdown-container">
|
||||||
{% if page.progress_update %}
|
|
||||||
<div class="progress-update">
|
|
||||||
{% else %}
|
|
||||||
<div class="content" id="blog">
|
|
||||||
{% endif %}
|
|
||||||
{{ content | replace: '<!--break-->', '<a class="anchor" id="continue"></a>' }}
|
{{ content | replace: '<!--break-->', '<a class="anchor" id="continue"></a>' }}
|
||||||
{% if page.progress_update == null %}
|
{% if page.progress_update == null %}
|
||||||
<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>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
<div class="horizontal-line element-x-center max-w-4xl mt-0"></div>
|
||||||
<hr>
|
|
||||||
|
|
||||||
{% if page.portmaster_plug == true %}
|
{% if page.portmaster_plug == true %}
|
||||||
{% include portmaster_plug.html %}
|
{% include portmaster_plug.html %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% include next_previous_item.html %}
|
{% include next_previous_item.html %}
|
||||||
|
|
||||||
|
<!--
|
||||||
|
{% if page.progress_update %}
|
||||||
|
<div class="progress-update">
|
||||||
|
{% else %}
|
||||||
|
<div class="content" id="blog">
|
||||||
|
{% endif %}
|
||||||
|
-->
|
Loading…
Add table
Reference in a new issue