diff --git a/webroot/channel.shs b/webroot/channel.shs index d8f9b53..4bd971d 100644 --- a/webroot/channel.shs +++ b/webroot/channel.shs @@ -53,7 +53,7 @@ fi title=$(jq -r '.title' <<< $data) if [[ ${cfg[template]} != 'retro' ]]; then - meta[title]="$title" + meta[title]="Channel \"$(html_encode "$title" | sed -E "s/ - Videos//g" | sed -E "s/Uploads from //g")\"" #source templates/head.sh source "${cfg[namespace]}/templates/header.shs" fi