diff options
Diffstat (limited to 'project/templates')
| -rw-r--r-- | project/templates/base.xhtml | 10 | 
1 files changed, 9 insertions, 1 deletions
diff --git a/project/templates/base.xhtml b/project/templates/base.xhtml index 27fad39..1e49e09 100644 --- a/project/templates/base.xhtml +++ b/project/templates/base.xhtml @@ -11,7 +11,15 @@  </head>  <body>    <div class="white"> -    <h2>Jedidiah Barber's Personal Site</h2> +    <div class="header"> +      <h2>Jedidiah Barber's Personal Site</h2> +      <a href="https://liberapay.com/jedb/donate"> +          <img src="/img/liberapay_donate.svg" +               alt="Donate via Liberapay" +               height="30" +               width="83" /> +      </a> +    </div>      <hr />      <div class="nav">          <ul>  | 
