qgis / QGIS-Website

QGIS-Website
129 stars 285 forks source link

Fix yeartag in FAQ - How to cite QGIS #1239

Closed agiudiceandrea closed 2 months ago

agiudiceandrea commented 2 months ago

After https://github.com/qgis/QGIS-Website/commit/7f0cbe674549dfe9db84b6fa69e60f0553672379#diff-7fb09d9c93c5b9e807628c723d479e34bb753665a1cb1cbc1c3b09e4768789a5R221, for rst_epilog variable it is used an f-string instead of the previously used old %-string, so there is no longer the need to escape % as %%.

Fixes https://github.com/qgis/QGIS-Website/issues/1237.