Update status of services link wording
This commit is contained in:
parent
f642f9cbf5
commit
1e3297f1e0
1 changed files with 3 additions and 2 deletions
|
@ -69,8 +69,9 @@
|
||||||
Currently deployed version:
|
Currently deployed version:
|
||||||
<a rel="noopener" target="_blank" href="{{ git_version_url }}">{{ git_version }}</a>.
|
<a rel="noopener" target="_blank" href="{{ git_version_url }}">{{ git_version }}</a>.
|
||||||
{% if blog.status_url %}
|
{% if blog.status_url %}
|
||||||
Status of services can be found
|
I also have a public
|
||||||
<a rel="noopener" target="_blank" href="{{ blog.status_url }}">here</a>.
|
<a rel="noopener" target="_blank" href="{{ blog.status_url }}">status of services</a>
|
||||||
|
page.
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</p>
|
</p>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
Reference in a new issue