diff options
| author | mjfernez <mjf@mjfer.net> | 2021-11-07 15:37:34 -0500 | 
|---|---|---|
| committer | mjfernez <mjf@mjfer.net> | 2021-11-07 15:37:34 -0500 | 
| commit | 9272d1b1b63984fcf0cfab8c27cdc271b0fe29c5 (patch) | |
| tree | c643a1faaf24c6393d32d644b0bade876dca8373 /templates/base.html | |
| parent | ec6feec81ebab89dc6779027649b1ce517042d22 (diff) | |
| download | ezcms-9272d1b1b63984fcf0cfab8c27cdc271b0fe29c5.tar.gz | |
Commit all local files for mjfer.net
Excepting files in site-files.git
Diffstat (limited to 'templates/base.html')
| -rw-r--r-- | templates/base.html | 12 | 
1 files changed, 6 insertions, 6 deletions
| diff --git a/templates/base.html b/templates/base.html index 5ca253a..1509d5c 100644 --- a/templates/base.html +++ b/templates/base.html @@ -3,7 +3,7 @@      <title>{{ domain }}/{{ title }}</title>      <head>          <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> -        <meta name="viewport" content="width=device-width, initial-scale=1.0"/> +	<meta name="viewport" content="width=device-width, initial-scale=1.0"/>          {% block css%}          <link rel="stylesheet" type="text/css" href="/static/main.css">          {% endblock %} @@ -17,9 +17,9 @@          <b> <a href="/site/{{ dir }}">{{ dir }}/</a> |</b>          {% endfor %}          <!-- Add icons here --> -        <a href="/feed.xml"target="_blank" rel="noopener noreferrer"> -            <img src="https://icons.getbootstrap.com/assets/icons/rss-fill.svg"> -        </a> +        <a href="/feed.xml" target="_blank" rel="noopener noreferrer"> +	<img class="icon" src="/static/rss.svg"></a>  +        <a href="mailto:mjf@mjfer.net"><img class="icon" src="/static/email.svg"></a>          </div>          <h2>{{ title }}</h2>          <div class="content"> @@ -30,8 +30,8 @@              <h3 class="center"><a href="{{ parent_dir }}">Go up to parent folder ({{ parent_dir }})</a></h3>              {% endif %}          </div> -        {% if last_update %} -        <p>Last update: {{ last_update }}</p> +	{% if last_update %} +        <p>Last update: {{ last_update }} -4:00 UTC</p>          {% endif %}          <div class="license">{% include 'site/license.html' %}</div>          </center></body> | 
