Skip to content

Commit

Permalink
Merge pull request #239 from k9mail/change_privacy_link
Browse files Browse the repository at this point in the history
Change markup of link to privacy policy
  • Loading branch information
cketti authored Nov 22, 2024
2 parents aa39d07 + 01d2dc4 commit d464d5b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ <h5 class="text-white weight-700 pb-1">Social</h5>
<div class="d-block d-lg-flex justify-content-between pt-0 pb-3">
<div class="small mb-2 mb-lg-0">
<p class="top-border mb-1"></p><span class="copyright">&copy; {{ 'now' | date: "%Y" }} K-9
Mail</span><span class="copyright mx-2">|</span><span class="copyright"><a
class="copyright underline-hover" href="/privacy">Privacy Policy</a></span>
Mail</span><span class="copyright mx-2">|</span><span class="copyright"><a href="/privacy" class="copyright underline-hover">Privacy Policy</a></span>
</div>
</div>
</div>
Expand Down

0 comments on commit d464d5b

Please sign in to comment.