🌐 Website Issue | Fix URL when Clicking home icon [NOT HIGH PRIORITY AT ALL] #1636

Closed
opened 2020-01-08 04:37:38 +00:00 by fee · 0 comments
fee commented 2020-01-08 04:37:38 +00:00 (Migrated from github.com)

Description

When clicking on the home fa fa icon, to go back to home page the url has "index.html"
shows ->"https://privacytools.io/index.html"

<a class="nav-anchor" href="/index.html">

Could just do this to remove the index.html off url
<a class="nav-anchor" href="/"

Sorry just a little bothers me, but overall great site. Guys did a good job with it! #OurPrivacyMatters

Screenshots

After clicking on house icon --> https://s.vsus.xyz/7n4s8w.png

fix --> https://s.vsus.xyz/pnf24v.png

result --> https://s.vsus.xyz/56e728.png

## Description When clicking on the home fa fa icon, to go back to home page the url has "index.html" shows ->"https://privacytools.io/index.html" `<a class="nav-anchor" href="/index.html"> ` Could just do this to remove the index.html off url ` <a class="nav-anchor" href="/" ` Sorry just a little bothers me, but overall great site. Guys did a good job with it! #OurPrivacyMatters <!-- --> ## Screenshots After clicking on house icon --> https://s.vsus.xyz/7n4s8w.png fix --> https://s.vsus.xyz/pnf24v.png result --> https://s.vsus.xyz/56e728.png
This repo is archived. You cannot comment on issues.
No Milestone
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: privacyguides/privacytools.io#1636
No description provided.