mirror of
https://github.com/safing/web
synced 2025-04-08 13:09:09 +00:00
33 lines
1.5 KiB
HTML
33 lines
1.5 KiB
HTML
---
|
|
layout: publication_container
|
|
---
|
|
|
|
<div class="header-four-container">
|
|
<h1 class="header-four-container-title">{{ page.title }}</h1>
|
|
{% if page.summary %}
|
|
<p class="header-four-container-desc text-2xl">
|
|
{{ page.summary | markdownify | remove: "<p>" | remove: "</p>" }}
|
|
</p>
|
|
{% endif %}
|
|
<span class="header-four-container-title-author text-md">
|
|
{% if page.updated %}
|
|
updated {{ page.updated | date: "%B %-d, %Y" }}
|
|
{% else %}
|
|
{{ page.date | date: "%B %-d, %Y" }}
|
|
{% endif %}
|
|
• Written by {{ page.author | capitalize }}
|
|
</span>
|
|
<div class="header-four-container-social">
|
|
<a class="link text-safing-gray-200 hover-opacity-in" href="{{ site.discord_url }}"> <i class="icon-discord text-lg"></i> </a>
|
|
<a class="link text-safing-gray-200 hover-opacity-in" href="{{ site.youtube_channel_url }}" class="hover-opacity-out"> <i class="icon-youtube text-xl"></i> </a>
|
|
<a class="link text-safing-gray-200 hover-opacity-in" href="{{ site.twitter_url }}"><i class="icon-twitter text-lg"></i></a>
|
|
<a class="link text-safing-gray-200 hover-opacity-in" href="{{ site.github_url }}"><i class="icon-github text-xl"></i></a>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="markdown-container">
|
|
{{ content | replace: '<!--break-->', '<a class="anchor" id="continue"></a>' }}
|
|
{% if page.progress_update == null %}
|
|
<p>{{ page.date | date: "%B %-d, %Y" }} • Written by {{ page.author | capitalize }}</p>
|
|
{% endif %}
|
|
</div>
|