Rename "Online Resources" to "Tutorials & Other Resources"
authorJonathan S. Katz <jonathan.katz@excoventures.com>
Fri, 18 Oct 2019 11:38:51 +0000 (13:38 +0200)
committerJonathan S. Katz <jonathan.katz@excoventures.com>
Fri, 18 Oct 2019 11:41:28 +0000 (13:41 +0200)
...because this is what the page actually is, and it may be clearer
to people navigating the website.

pgweb/util/contexts.py
templates/pages/docs/online-resources.html

index 890b95e7bfd2d32399f9bd8dca99a63ca2909b6e..8b8dc6b275b0c4bfec8753f95be07b8724a36c10 100644 (file)
@@ -36,7 +36,7 @@ sitenav = {
         ]},
         {'title': 'Release Notes', 'link': '/docs/release/'},
         {'title': 'Books', 'link': '/docs/books/'},
-        {'title': 'Online Resources', 'link': '/docs/online-resources/'},
+        {'title': 'Tutorials & Other Resources', 'link': '/docs/online-resources/'},
         {'title': 'FAQ', 'link': '/docs/faq/'},
         {'title': 'Wiki', 'link': 'https://wiki.postgresql.org'},
     ],
index b73e95c723b7661fa1d2349241e6279a6f0dd268..419e9c320f48a69d1f66c0b40106759e0d4dea5b 100644 (file)
@@ -1,8 +1,8 @@
 {%extends "base/page.html"%}
-{%block title%}Online Resources{%endblock%}
+{%block title%}Tutorials &amp; Other Resources{%endblock%}
 {%block contents%}
 
-<h1>Online Resources <i class="fas fa-keyboard"></i></h1>
+<h1>Tutorials &amp; Other Resources <i class="fas fa-keyboard"></i></h1>
 
 <table class="table table-striped">
   <thead class="thead-light">