templates/base: add link to GraphViz
And adjust disclaimer
This commit is contained in:
parent
3c99341561
commit
6ebd8a8692
|
@ -58,7 +58,7 @@
|
|||
{{ template "scripts" . }}
|
||||
<div class="container">
|
||||
<header>
|
||||
<p><a href="/">Christine Dodrill</a> - <a href="/blog">Blog</a> - <a href="/contact">Contact</a> - <a href="/resume">Resume</a></p>
|
||||
<p><a href="/">Christine Dodrill</a> - <a href="/blog">Blog</a> - <a href="/contact">Contact</a> - <a href="/resume">Resume</a> - <a href="https://graphviz.christine.website">GraphViz</a></p>
|
||||
</header>
|
||||
|
||||
<div class="snowframe">
|
||||
|
@ -66,7 +66,7 @@
|
|||
</div>
|
||||
|
||||
<footer>
|
||||
<blockquote>Copyright 2019 Christine Dodrill. Any and all opinions listed here are my own and not representative of my employer.</blockquote>
|
||||
<blockquote>Copyright 2019 Christine Dodrill. Any and all opinions listed here are my own and not representative of my employers; future, past and present.</blockquote>
|
||||
</footer>
|
||||
|
||||
<script>
|
||||
|
|
Loading…
Reference in New Issue