1
0
mirror of https://github.com/becarpenter/book6.git synced 2024-05-07 02:54:53 +00:00

Added alt text to logo

This commit is contained in:
Brian E Carpenter
2023-01-02 10:49:13 +13:00
parent 16da438951
commit 2b4ebc7337
2 changed files with 6 additions and 5 deletions

View File

@ -1,7 +1,7 @@
# book6 Main Index
<img src="./book6logo.png" width="200px" height="auto"/>
<img src="./book6logo.png" alt="book6 logo" width="200px" height="auto"/>
Generated at 2023-01-01 15:55:29 UTC+1300
Generated at 2023-01-02 10:48:17 UTC+1300
This index was created automatically, so it's dumb. It is not case-sensitive. It has links to each section that mentions each keyword.
<!-- Link lines generated automatically; do not delete -->

View File

@ -6,11 +6,12 @@
# Version: 2022-12-26 - original
# Version: 2022-12-27 - cosmetic improvements
# Version: 2022-12-28 - allow keywords starting with digit
# Version: 2022-12-30 - include timestaemp
# Version: 2022-12-30 - include timestamp
# Version: 2023-01-02 - added alt text to logo
########################################################
# Copyright (C) 2022 Brian E. Carpenter.
# Copyright (C) 2022-2023 Brian E. Carpenter.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with
@ -263,7 +264,7 @@ for i in range(len(index)):
index[i] = index[i].replace(head, '['+blob)
index.insert(0,'# book6 Main Index\n')
index.insert(1,'<img src="./book6logo.png" width="200px" height="auto"/>\n\n')
index.insert(1,'<img src="./book6logo.png" alt="book6 logo" width="200px" height="auto"/>\n\n')
index.insert(2,"Generated at "+timestamp+"\n\n")
index.insert(3,"This index was created automatically, so it's dumb. ")
index.insert(4,"It is not case-sensitive. ")