Werbung und timestamp für die Connections-Seite hinzugefügt.
This commit is contained in:
parent
a1351481c2
commit
64659b48eb
3 changed files with 17 additions and 0 deletions
11
_plugins/last-modified-date.rb
Normal file
11
_plugins/last-modified-date.rb
Normal file
|
@ -0,0 +1,11 @@
|
|||
Jekyll::Hooks.register :pages, :pre_render do |page|
|
||||
begin
|
||||
# get the current post last modified time
|
||||
modification_time = File.mtime( page.path )
|
||||
|
||||
# inject modification_time in post's datas.
|
||||
page.data['last-modified-date'] = modification_time
|
||||
rescue
|
||||
page.data['last-modified-date'] = "1970-01-01"
|
||||
end
|
||||
end
|
BIN
assets/Connections-Werbung.jpg
Normal file
BIN
assets/Connections-Werbung.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 97 KiB |
|
@ -8,3 +8,9 @@ Damit sich dafür auch ausreichend Gelegenheiten bieten, planen wir ein recht lo
|
|||
Falls auch du das Programm mitgestalten möchtest, trage dich gern in den [Call for Participation](https://md.chaostreff-alzey.de/aumQ0vMkS_GkPvmfGzgdFA?both) ein.
|
||||
Wir freuen uns, dich zu sehen!
|
||||
|
||||
{: width="100%"}
|
||||
|
||||
Aktueller stand vom 10. Oktober 2024. <!-- {{ page.last-modified-date | date: '%-d. %B %Y' }}. Eigentlich gibt es hierfür eine Hook in _hooks/last-modified-date.rb, die tut aber nich… !-->
|
||||
Wie Heraklit schon sagte, "Die einzige Konstante im Universum ist die Veränderung."
|
||||
Dieser Regel ist auch diese Seite unterworfen.
|
||||
|
||||
|
|
Loading…
Reference in a new issue