Update site news nav

This commit is contained in:
Daniel Supernault 2019-12-23 23:45:47 -07:00
parent 2f772ece1c
commit eef62b4961
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 6 additions and 3 deletions

View File

@ -1,11 +1,14 @@
<div class="container py-4">
<div class="col-12 d-flex justify-content-between border-bottom pb-1 px-0">
<div class="col-12 d-flex justify-content-between border-bottom align-items-center pb-3 px-0">
<div>
<p class="h4"><a href="/site/newsroom" class="text-dark text-decoration-none">Newsroom</a></p>
<p class="h4 mb-0"><a href="/site/newsroom" class="text-dark text-decoration-none">Newsroom</a></p>
</div>
<div>
<a class="btn btn-outline-secondary btn-sm py-1" href="/"><i class="fas fa-chevron-left fa-sm text-lighter mr-2"></i> Back to Pixelfed</a>
</div>
{{-- <div>
<a href="/site/newsroom/search" class="small text-muted mr-4 text-decoration-none">Search Newsroom</a>
<a href="/site/newsroom/archive" class="small text-muted text-decoration-none">Archive</a>
</div>
</div> --}}
</div>
</div>