1
0
Fork 0
mirror of https://github.com/safing/web synced 2025-04-03 10:39:11 +00:00

task: Remove team page

This commit is contained in:
Natanael Rodriguez Ramos 2025-03-19 13:13:01 +00:00
parent 7baf6cb3c9
commit e7d16d0da0
2 changed files with 2 additions and 3 deletions
_layouts
about

View file

@ -15,7 +15,7 @@ layout: publication_container
{% else %}
{{ page.date | date: "%B %-d, %Y" }}
{% endif %}
• Written by <a class="link-primary" href="{{ site.team_url }}#{{ page.author | slugify }}">{{ page.author | capitalize }}</a>
• 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>
@ -28,6 +28,6 @@ layout: publication_container
<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 <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 %}
</div>

View file

@ -24,7 +24,6 @@ redirect_from:
We still have a long way to go. We hope you'll join the journey.
</p>
<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>
</div>
</div>