mirror of
https://github.com/safing/web
synced 2025-04-23 12:29:09 +00:00
Link to the team page from a blog's author
This commit is contained in:
parent
90bc76abd4
commit
672ab8d62d
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ layout: page_container
|
|||
|
||||
<div class="text-center">
|
||||
<h1 class="text-5xl tracking-tight font-extrabold leading-none pb-2 pt-8 text-center">{{ page.title }}</h1>
|
||||
<p>{{ page.date | date: "%B %-d, %Y" }} • Written by <a href="">David</a></p>
|
||||
<p>{{ page.date | date: "%B %-d, %Y" }} • Written by <a href="{{ site.team_url }}#{{ page.author | slugify }}">{{ page.author | capitalize }}</a></p>
|
||||
<div class="flex mx-auto justify-center pt-5">
|
||||
<a href="{{ site.twitter_url }}" class="opacity-55 hover:opacity-100 ease-in-out duration-150" target="_blank">
|
||||
<img style="height: 1.1rem; width: auto;" src="{{ site.img_url }}icons/twitter.svg">
|
||||
|
|
Loading…
Add table
Reference in a new issue