diff options
Diffstat (limited to 'share/templates')
| -rw-r--r-- | share/templates/default/header.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/templates/default/header.tmpl b/share/templates/default/header.tmpl index 9a412fb..37c3559 100644 --- a/share/templates/default/header.tmpl +++ b/share/templates/default/header.tmpl @@ -299,7 +299,7 @@ END if [ "${render_show_header_bar}" = 'yes' ]; then cat <<END <div class="header animate-opacity"> - Site generated at ${render_current_date_text} with <a href="https://codeberg.org/snonux/shuriken.sh">codeberg.org/snonux/shuriken.sh</a> + Site generated at ${render_current_date_text} with <a href="${render_source_url_html}">${render_source_url_html#*://}</a> - © by Paul Buetow END |
