Scotch rose flowering
On the way back from physiotherapy I took a few photos of a Scotch rose flowering. I am getting physiotherapy for my knee because I broke my knee cap during a bad fall back in November 2018.
On the way back from physiotherapy I took a few photos of a Scotch rose flowering. I am getting physiotherapy for my knee because I broke my knee cap during a bad fall back in November 2018.
In the evening I made a minor adjustment to both the Perl and Python
version of tumblelog, the program that creates this website. I had
noticed that when hovering over a week number in the archive section
of this blog that the week number and year where shown, separated by a
-
; which is the title of the link.
Since there is a --label-format
option which is already used to
create a label showing the week and year in a user configurable way, I
used this format to render a better title. For example for the 20th
week of 2019 instead of '20-2019' it now displays 'week 20, 2019' on
hovering for the default value of --label-format
.
You can get the latest version of tumblelog via my GitHub repository.