diff options
Diffstat (limited to 'test.html')
-rw-r--r-- | test.html | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ --- --- +<style> + a[href^=http] { + color: red; /* na žalost ne deluje (: */ + } +</style> +<a href="/blog/objave.html">objave</a> {% assign argv = "2020-11-01 23:59:59" | split: ","%} {% include datumincas.html %} {{return}} <br> {% assign argv = "2020-11-02 23:59:59" | split: ","%} |