Skip to content

Commit

Permalink
Open links in new tab
Browse files Browse the repository at this point in the history
  • Loading branch information
trossi committed Mar 18, 2024
1 parent 61e8530 commit 940ecdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
/slidefactory/slidefactory.py --format html $d/docs/*.md -o build/$d/ --theme_url ../theme/csc-plain/csc.css
for f in build/$d/*.html; do
echo "* [${f##*/}](${f#build/})" >> index.md
echo "* [${f##*/}](${f#build/}){target=\"_blank\"}" >> index.md
done
echo "" >> index.md
Expand Down

0 comments on commit 940ecdb

Please sign in to comment.