diff options
Diffstat (limited to 'html')
| -rwxr-xr-x | html/account.html | 4 | ||||
| -rwxr-xr-x | html/footer.html | 4 | ||||
| -rwxr-xr-x | html/guest.html | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/html/account.html b/html/account.html index ccba599..4c5b97d 100755 --- a/html/account.html +++ b/html/account.html @@ -20,7 +20,7 @@ <input class="toggle" type="checkbox" id="account"> <label class="username" for="account">{{username}}</label> <div class="menu"> - <a href="/profile?username={{profile}}">Profile</a> - <a href="/signout">Sign-out</a> + <a href="/profile/?username={{profile}}">Profile</a> + <a href="/signout/">Sign-out</a> </div> </div> diff --git a/html/footer.html b/html/footer.html index ddcb7b4..2ca4eb6 100755 --- a/html/footer.html +++ b/html/footer.html @@ -18,6 +18,6 @@ <div class="footer"> <p>© {{year}} Connor Thomson</p> - <p>Content licensed under the <a href="/license/content">Creative Commons Attribution-ShareAlike 4.0 International</a> license unless otherwise noted.</p> - <p>Website licensed under version 3 of the <a href="/license/website">GNU Affero General Public License</a> or any later version.</p> + <p>Content licensed under the <a href="/license/content/">Creative Commons Attribution-ShareAlike 4.0 International</a> license unless otherwise noted.</p> + <p>Website licensed under version 3 of the <a href="/license/website/">GNU Affero General Public License</a> or any later version.</p> </div> diff --git a/html/guest.html b/html/guest.html index c37d3fa..b7d506d 100755 --- a/html/guest.html +++ b/html/guest.html @@ -16,5 +16,5 @@ along with this program. If not, see <https://www.gnu.org/licenses/>. --> -<a href="/signup">Sign-up</a> -<a href="/signin">Sign-in</a> +<a href="/signup/">Sign-up</a> +<a href="/signin/">Sign-in</a> |
