diff options
author | Pjotr Prins | 2020-11-05 11:31:50 +0000 |
---|---|---|
committer | Pjotr Prins | 2020-11-05 11:31:50 +0000 |
commit | 1f470de17eba27d4406bb2840d5301cab3ccffda (patch) | |
tree | d98af2c6489e77b550b9566a24a06615325946d3 /bh20simplewebuploader | |
parent | f44cbe10ee5dc040d090d0350c626d1982fc6f6c (diff) | |
download | bh20-seq-resource-1f470de17eba27d4406bb2840d5301cab3ccffda.tar.gz bh20-seq-resource-1f470de17eba27d4406bb2840d5301cab3ccffda.tar.lz bh20-seq-resource-1f470de17eba27d4406bb2840d5301cab3ccffda.zip |
Using 'DOCS' instead of 'BLOG'
Diffstat (limited to 'bh20simplewebuploader')
-rw-r--r-- | bh20simplewebuploader/templates/blog.html | 5 | ||||
-rw-r--r-- | bh20simplewebuploader/templates/home.html | 2 | ||||
-rw-r--r-- | bh20simplewebuploader/templates/menu.html | 2 |
3 files changed, 4 insertions, 5 deletions
diff --git a/bh20simplewebuploader/templates/blog.html b/bh20simplewebuploader/templates/blog.html index 88ce4c3..fa08f5b 100644 --- a/bh20simplewebuploader/templates/blog.html +++ b/bh20simplewebuploader/templates/blog.html @@ -9,12 +9,11 @@ {{ embed|safe }} <hr> - <h1>Other blog entries</h1> + <h1>Other documents</h1> {% else %} - {% include 'blurb.html' %} - <h2>BLOG Entries:</h2> + <h2>Documents:</h2> {% endif %} <section class="blog-entries"> diff --git a/bh20simplewebuploader/templates/home.html b/bh20simplewebuploader/templates/home.html index 77d2fb6..5986d72 100644 --- a/bh20simplewebuploader/templates/home.html +++ b/bh20simplewebuploader/templates/home.html @@ -73,7 +73,7 @@ URI's</a> for <a href="https://en.wikipedia.org/wiki/Wikipedia:Disambiguation">disambiguation</a> and machine readable metadata. For examples of - use, see the <a href="/blog">BLOG</a>. + use, see the <a href="/blog">docs</a>. </p> </div> </section> diff --git a/bh20simplewebuploader/templates/menu.html b/bh20simplewebuploader/templates/menu.html index 5d5fdc8..8e6ef52 100644 --- a/bh20simplewebuploader/templates/menu.html +++ b/bh20simplewebuploader/templates/menu.html @@ -6,7 +6,7 @@ <a href="/status" class="{{ 'active' if menu=='STATUS' }}">STATUS</a> <a href="/demo" class="{{ 'active' if menu=='DEMO' }}">DEMO</a> <a href="/export" class="{{ 'active' if menu=='EXPORT' }}">EXPORT</a> - <a href="/blog" class="{{ 'active' if menu=='BLOG' }}">BLOG</a> + <a href="/blog" class="{{ 'active' if menu=='BLOG' }}">DOCS</a> <a href="/about" class="{{ 'active' if menu=='ABOUT' }}">ABOUT</a> <a href="/contact" class="{{ 'active' if menu=='CONTACT' }}">CONTACT</a> <a href="javascript:void(0);" class="icon" onclick="myFunction()"> |