diff --git a/website/modify_build.rb b/website/modify_build.rb
index 686f76e..e344fdf 100644
--- a/website/modify_build.rb
+++ b/website/modify_build.rb
@@ -70,7 +70,7 @@ class ModifyBuild
end
def is_list_figures_tables?(filename)
- ["listfigurename.html", "listtablename.html"].any? do |name|
+ ["listfigurename.html", "listtablename.html", "listoflocname.html"].any? do |name|
filename.include?(name)
end
end
@@ -232,7 +232,16 @@ class ModifyBuild
return text if menu.nil?
home_html = %Q{Home}
+ # Normally the flowcharts link should be automatically added, but there
+ # seems to be a problem in the generation. See:
+ # https://github.com/hendricius/the-sourdough-framework/pull/188 for more
+ # details
appendix_html = %Q{
+
+
+ List of Flowcharts
+
+
⭐️