madbob / torinotechscene

Torino Tech Scene, il punto d'accesso per gli smanettoni di Torino
http://torinotechscene.it/
Apache License 2.0
8 stars 8 forks source link

Try to not duplicate events #24

Open xrmx opened 6 years ago

xrmx commented 6 years ago

This is untested and not particularly smart but should fix #19.

Each time an event gets renamed a new post is created. Implement a poor man solution to avoid that by storing an hash of the url in the post name and in case a matching hash is found rewrite the file instead of creating a new one.