Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
abjarna committed Jul 28, 2024
1 parent 53422c1 commit 37858d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sh/build-main-html.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ find _build/html/ -name '*.html' -exec sed -i '' -e 's|<meta charset="utf-8" />|
sed -i '' -e 's#<title>.* &ndash; Ritsafn RÚBIK Reykjavíkur</title>#<title>Ritsafn RÚBIK Reykjavíkur</title>#' _build/html/index.html

# Keyra Prettier á allar HTML skrár
#find _build/html/ -name "*.html" -exec prettier --config ../json/.prettierrc.json --write {} +
find _build/html/ -name "*.html" -exec prettier --config ../json/.prettierrc.json --write {} +

# Bæta við íslenskum þýðingum fyrir sphinx_copybutton
cp -f ../js/copybutton-is.js _build/html/_static/copybutton.js

0 comments on commit 37858d5

Please sign in to comment.