Browse Source

add render timestamp to page template

Thomas B 6 months ago
parent
commit
32293e1128
2 changed files with 3 additions and 1 deletions
  1. 3
    0
      page.html
  2. 0
    1
      static/css/style.css

+ 3
- 0
page.html View File

143
         <a href="http://www.amazon.de/?_encoding=UTF8&amp;camp=1638&amp;creative=19454&amp;linkCode=ur2&amp;site-redirect=de&amp;tag=xythobuzorg-21">Amazon.de Affiliate</a>
143
         <a href="http://www.amazon.de/?_encoding=UTF8&amp;camp=1638&amp;creative=19454&amp;linkCode=ur2&amp;site-redirect=de&amp;tag=xythobuzorg-21">Amazon.de Affiliate</a>
144
         &middot;
144
         &middot;
145
         <a href="https://www.paypal.com/us/cgi-bin/webscr?cmd=_send-money&nav=1&email=xythobuz@me.com">PayPal</a>
145
         <a href="https://www.paypal.com/us/cgi-bin/webscr?cmd=_send-money&nav=1&email=xythobuz@me.com">PayPal</a>
146
+        <br><span style="font-size: xx-small">
147
+            Static HTML generated at <!--% print(datetime.now().strftime("%Y-%m-%d %H:%M:%S %z")) %-->
148
+        </span>
146
     </div>
149
     </div>
147
     <script type="text/javascript">
150
     <script type="text/javascript">
148
         function loadPage() {
151
         function loadPage() {

+ 0
- 1
static/css/style.css View File

203
 #footer {
203
 #footer {
204
     text-align: center;
204
     text-align: center;
205
     margin-top: 1em;
205
     margin-top: 1em;
206
-    margin-bottom: 1em;
207
     font-size: small;
206
     font-size: small;
208
 }
207
 }
209
 
208
 

Loading…
Cancel
Save