Add out-of-date notice to the header of pages

This commit is contained in:
Tom Busby
2023-04-29 15:16:54 +02:00
parent 07c24b2af9
commit 8b8f43b6e6

View File

@@ -2,10 +2,22 @@
layout: default
---
<div class="index-header" markdown='1'>
<h1>{{ page.title }}</h1>
<p style="font-style: italic">
Please note that the information presented on this site was composed from
publicly available materials in mainly 2017 and 2018 and has not been
significantly updated since.
</p>
<p style="font-style: italic">
The information presented here may be significantly out of date or even
inaccurate. In the case of inaccuracy, please file an Issue in the GitHub
repo. The site should not be used as a source of truth.
</p>
<div class="index-header" markdown="1">
<h1>{{ page.title }}</h1>
</div>
<hr>
<hr />
{{ content }}
<hr>
<hr />
<a href="/">Return to Home</a>