mirror of
https://github.com/safing/web
synced 2025-04-07 12:39:08 +00:00
task: Remove team page
This commit is contained in:
parent
7baf6cb3c9
commit
e7d16d0da0
2 changed files with 2 additions and 3 deletions
|
@ -15,7 +15,7 @@ layout: publication_container
|
||||||
{% else %}
|
{% else %}
|
||||||
{{ page.date | date: "%B %-d, %Y" }}
|
{{ page.date | date: "%B %-d, %Y" }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
• Written by <a class="link-primary" href="{{ site.team_url }}#{{ page.author | slugify }}">{{ page.author | capitalize }}</a>
|
• Written by {{ page.author | capitalize }}
|
||||||
</span>
|
</span>
|
||||||
<div class="header-four-container-social">
|
<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.discord_url }}"> <i class="icon-discord text-lg"></i> </a>
|
||||||
|
@ -28,6 +28,6 @@ layout: publication_container
|
||||||
<div class="markdown-container">
|
<div class="markdown-container">
|
||||||
{{ 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 {{ page.author | capitalize }}</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -24,7 +24,6 @@ redirect_from:
|
||||||
We still have a long way to go. We hope you'll join the journey.
|
We still have a long way to go. We hope you'll join the journey.
|
||||||
</p>
|
</p>
|
||||||
<div class="col-container w-full text-left md:text-center lg:w-max lg:text-left">
|
<div class="col-container w-full text-left md:text-center lg:w-max lg:text-left">
|
||||||
<a class="btn-secondary" href="{{ site.team_url }}">View team overview</a>
|
|
||||||
<a class="btn-tertiary" href="#footer">Follow along</a>
|
<a class="btn-tertiary" href="#footer">Follow along</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue