Skip to content

Commit

Permalink
fixed footer link
Browse files Browse the repository at this point in the history
  • Loading branch information
gwct committed Dec 7, 2019
1 parent 767fc5b commit 55e3a4a
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 13 deletions.
4 changes: 2 additions & 2 deletions docs/calcs.html
Original file line number Diff line number Diff line change
Expand Up @@ -257,8 +257,8 @@ <h2>III. Calculation of <span class="math inline">\(Q_\mathbb{R}\)</span> on exa
<div class="pure-g" id="footer">
<div class="pure-u-1">
<div id="footer_text">
<center>Site designed and maintained by <a href="https://gwct.github.io/index.html" target="_blank">Gregg Thomas</a> | <a href="https://purecss.io/" target="_blank">Pure CSS</a> |
Page built: 11/29/2019 21:22:19 MST</center>
<center>Site designed and maintained by <a href="https://gwct.github.io" target="_blank">Gregg Thomas</a> | <a href="https://purecss.io/" target="_blank">Pure CSS</a> |
Page built: 12/06/2019 20:39:37 MST</center>
</div>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ <h3><strong>For more information on the usage and inputs, see the <a href="readm
<div class="pure-g" id="footer">
<div class="pure-u-1">
<div id="footer_text">
<center>Site designed and maintained by <a href="https://gwct.github.io/index.html" target="_blank">Gregg Thomas</a> | <a href="https://purecss.io/" target="_blank">Pure CSS</a> |
Page built: 11/29/2019 21:22:19 MST</center>
<center>Site designed and maintained by <a href="https://gwct.github.io" target="_blank">Gregg Thomas</a> | <a href="https://purecss.io/" target="_blank">Pure CSS</a> |
Page built: 12/06/2019 20:39:37 MST</center>
</div>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/links.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ <h3>Helpful software:</h3>
<div class="pure-g" id="footer">
<div class="pure-u-1">
<div id="footer_text">
<center>Site designed and maintained by <a href="https://gwct.github.io/index.html" target="_blank">Gregg Thomas</a> | <a href="https://purecss.io/" target="_blank">Pure CSS</a> |
Page built: 11/29/2019 21:22:20 MST</center>
<center>Site designed and maintained by <a href="https://gwct.github.io" target="_blank">Gregg Thomas</a> | <a href="https://purecss.io/" target="_blank">Pure CSS</a> |
Page built: 12/06/2019 20:39:38 MST</center>
</div>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/readme.html
Original file line number Diff line number Diff line change
Expand Up @@ -273,8 +273,8 @@ <h2>Options Table</h2>
<div class="pure-g" id="footer">
<div class="pure-u-1">
<div id="footer_text">
<center>Site designed and maintained by <a href="https://gwct.github.io/index.html" target="_blank">Gregg Thomas</a> | <a href="https://purecss.io/" target="_blank">Pure CSS</a> |
Page built: 11/29/2019 21:22:20 MST</center>
<center>Site designed and maintained by <a href="https://gwct.github.io" target="_blank">Gregg Thomas</a> | <a href="https://purecss.io/" target="_blank">Pure CSS</a> |
Page built: 12/06/2019 20:39:37 MST</center>
</div>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/scores.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ <h3>Referee's scores are not Phred-scaled error probabilities</h3>
<div class="pure-g" id="footer">
<div class="pure-u-1">
<div id="footer_text">
<center>Site designed and maintained by <a href="https://gwct.github.io/index.html" target="_blank">Gregg Thomas</a> | <a href="https://purecss.io/" target="_blank">Pure CSS</a> |
Page built: 11/29/2019 21:22:19 MST</center>
<center>Site designed and maintained by <a href="https://gwct.github.io" target="_blank">Gregg Thomas</a> | <a href="https://purecss.io/" target="_blank">Pure CSS</a> |
Page built: 12/06/2019 20:39:37 MST</center>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/scripts/html-chunks/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="pure-g" id="footer">
<div class="pure-u-1">
<div id="footer_text">
<center>Site designed and maintained by <a href="https://gwct.github.io/index.html" target="_blank">Gregg Thomas</a> | <a href="https://purecss.io/" target="_blank">Pure CSS</a> |
<center>Site designed and maintained by <a href="https://gwct.github.io" target="_blank">Gregg Thomas</a> | <a href="https://purecss.io/" target="_blank">Pure CSS</a> |
Page built: DATETIME</center>
</div>
</div>
Expand Down
2 changes: 0 additions & 2 deletions docs/scripts/lib/read_chunks.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ def readNav(active_url):
navfile = "../html-chunks/nav.html";
navlines = open(navfile, "r").readlines()
for x in range(len(navlines)):
if "TMPTITLE" in navlines[x]:
navlines[x] = navlines[x].replace("TMPTITLE", title);
if active_url in navlines[x]:
navlines[x] = navlines[x].replace(active_url, "#");
if 'class="nav_link"' in navlines[x]:
Expand Down

0 comments on commit 55e3a4a

Please sign in to comment.