diff --git a/html-src/ganjifa.html b/html-src/ganjifa.html index 3f31b97e..1698cffe 100644 --- a/html-src/ganjifa.html +++ b/html-src/ganjifa.html @@ -13,5 +13,5 @@ Krishna, Buddha, and Kalanki. Ganjifa solitaire games play the same as games that use the standard deck but the larger number of different cards in a deck (96 or 120) adds an element of complexity. The fact that each suit has it's own color makes things quite interesting in -games that use "Alternate Color" row stacks. +games that use "Alternate Color" row stacks.

diff --git a/html-src/gen-html.py b/html-src/gen-html.py index b435fd89..ddd0ea73 100755 --- a/html-src/gen-html.py +++ b/html-src/gen-html.py @@ -8,6 +8,7 @@ from pysollib.gamedb import GAME_DB from pysollib.gamedb import GI from pysollib.mfxutil import latin1_normalize from pysollib.mygettext import fix_gettext +from pysollib.settings import VERSION # outdir = '../html' pysollib_dir = '../' @@ -97,6 +98,8 @@ main_footer = '''


%(back_to_index_link)s +


+PySolFC Documentation - version ''' + VERSION + ''' ''' @@ -124,6 +127,8 @@ rules_footer = ''' Back to the index
Back to individual game rules +
+PySolFC Documentation - version ''' + VERSION + ''' '''