ivoa / ivoa-web

ivoa.net website static web pages
Creative Commons Attribution Share Alike 4.0 International
3 stars 2 forks source link

Partial template for Created and Updated dates #8

Closed gmantele closed 5 months ago

gmantele commented 5 months ago

Add a partial template to add a 'Created' and eventually 'Updated' dates at the

beginning of a page.

For the moment, this is not used. But to integrate this partial in a template file, nothing less simple than inserting the following snippet wherever one wants to add these dates in the final HTML page:

{{- partial "page-dates.html" . }}

I have also added some simple CSS, but it can obviously be adapted to the IVOA website.