We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e69b27 commit b721e79Copy full SHA for b721e79
website/www/Makefile
@@ -26,7 +26,8 @@ html: docs
26
grep 'searchtools.js' html/search.html || sed -i -e '/language_data.js/s#</script>#</script>\n <script type="text/javascript" src="_static/searchtools.js"></script>#' html/search.html
27
# sphinx inserts \: for : in meta tags. Get rid of the \ in
28
# opengraph tags
29
- sed -i -e '/<meta/s/og\\:/og:/' html/index.html
+ sed -i -e '/<meta/s/og\\:/og:/' \
30
+ -e '/<meta/s/name="og:/property="og:/' html/index.html
31
cp robots.txt html/robots.txt
32
33
linkcheck:
0 commit comments