mirror of
https://github.com/TREX-CoE/trexio.git
synced 2024-12-22 04:14:40 +01:00
parent
697ccd5e40
commit
d44883f0ea
@ -2,6 +2,11 @@
|
||||
#+PROPERTY: comments org
|
||||
#+SETUPFILE: ../docs/theme.setup
|
||||
|
||||
#+BEGIN_EXPORT html
|
||||
<script async src="https://cse.google.com/cse.js?cx=a67f8ab65a66f97f2"></script>
|
||||
<div class="gcse-search"></div>
|
||||
#+END_EXPORT
|
||||
|
||||
------------------
|
||||
|
||||
- [[./tutorial_benzene.html][Tutorial]]
|
||||
|
@ -123,7 +123,12 @@ function main() {
|
||||
then
|
||||
cd ${DOCS}
|
||||
rm -f index.html
|
||||
ln README.html index.html
|
||||
# enter Google verificator into the HTML head
|
||||
local GOOGLE_VERIF="<meta name="google-site-verification" content="jdDnuP2rYGJVy8AHSd-8LkmOmvK_dyz5buZ98wilYII" />"
|
||||
LINE_NO=$(($(awk '/meta name="viewport"/{print NR}' README.html) + 1))
|
||||
sed -i "$LINE_NO i ${GOOGLE_VERIF}" README.html
|
||||
|
||||
ln README.html index.html
|
||||
exit 0
|
||||
else
|
||||
exit 3
|
||||
|
Loading…
Reference in New Issue
Block a user