From 73ab362849697c642ae9e01e1de5cc6f19190b22 Mon Sep 17 00:00:00 2001 From: David Merfield Date: Wed, 29 Apr 2020 19:54:26 -0400 Subject: [PATCH] Fixes broken links on dashboard --- app/dashboard/views/partials/wrapper.html | 2 +- app/dashboard/views/settings/domain.html | 4 ++-- app/dashboard/views/settings/permalinks.html | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/dashboard/views/partials/wrapper.html b/app/dashboard/views/partials/wrapper.html index 697dc35bfdb..d9597e85785 100644 --- a/app/dashboard/views/partials/wrapper.html +++ b/app/dashboard/views/partials/wrapper.html @@ -129,7 +129,7 @@
-How to use Blot +How to use Blot About Legal Contact diff --git a/app/dashboard/views/settings/domain.html b/app/dashboard/views/settings/domain.html index 5e2c92e4430..14c2e5d258e 100644 --- a/app/dashboard/views/settings/domain.html +++ b/app/dashboard/views/settings/domain.html @@ -1,6 +1,6 @@ -

{{blog.title}} comes with a Blot subdomain. You can also use your own domain.

+

{{blog.title}} comes with a Blot subdomain. You can also use your own domain.

@@ -16,7 +16,7 @@ {{#blog.domain}} diff --git a/app/dashboard/views/settings/permalinks.html b/app/dashboard/views/settings/permalinks.html index 244aa2f595d..cf0ee74a5dc 100644 --- a/app/dashboard/views/settings/permalinks.html +++ b/app/dashboard/views/settings/permalinks.html @@ -12,7 +12,7 @@ -

Each post is assigned a URL according to the format below. You can override a post's URL in its metadata. If you change your URL format, Blot redirects the old URLs automatically.

+

Each post is assigned a URL according to the format below. You can override a post's URL in its metadata. If you change your URL format, Blot redirects the old URLs automatically.

@@ -25,7 +25,7 @@ {{name}} - {{#custom}}Read the guide to creating a custom URL format.{{/custom}} + {{#custom}}Read the guide to creating a custom URL format.{{/custom}} {{^custom}}{{example}}{{/custom}}