cat < ${render_title_html} END if [ "${render_show_header_bar}" = 'yes' ]; then cat < Site generated at ${render_current_date_text} with ${render_source_url_html#*://} - © by Paul Buetow END # The Stats nav link is only shown when the stats page was actually generated # (STATS_PAGE=yes); otherwise it would point at a missing stats.html. if [ "${render_stats_page_html}" = 'yes' ]; then cat <Stats END fi cat < END fi