From e7d16d0da0fe49225d021d8a939f5825f95cdc62 Mon Sep 17 00:00:00 2001 From: Natanael Rodriguez Ramos <nathan@Natanaels-MacBook-Pro.local> Date: Wed, 19 Mar 2025 13:13:01 +0000 Subject: [PATCH] task: Remove team page --- _layouts/blog.html | 4 ++-- about/index.html | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/_layouts/blog.html b/_layouts/blog.html index 045b7db..61bbea7 100644 --- a/_layouts/blog.html +++ b/_layouts/blog.html @@ -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> diff --git a/about/index.html b/about/index.html index db84eac..eb9821f 100644 --- a/about/index.html +++ b/about/index.html @@ -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>