summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDante Catalfamo2020-11-06 11:18:45 -0500
committerDante Catalfamo2020-11-06 11:18:45 -0500
commitaadeaf2c5aa77dcbe6917912b28f6100b39b9306 (patch)
tree0672336bf9776d9a5bac90f50603ec9313334004
parent4ba6c56545288118a04d37fea89a6ad68259a1cb (diff)
downloadblog-aadeaf2c5aa77dcbe6917912b28f6100b39b9306.tar.gz
blog-aadeaf2c5aa77dcbe6917912b28f6100b39b9306.tar.bz2
blog-aadeaf2c5aa77dcbe6917912b28f6100b39b9306.zip
about: move script import to bottom
-rw-r--r--content/about/index.org8
1 files changed, 4 insertions, 4 deletions
diff --git a/content/about/index.org b/content/about/index.org
index 28314ed..b78a151 100644
--- a/content/about/index.org
+++ b/content/about/index.org
@@ -50,10 +50,10 @@ echo "ZGFudGVAbGFtYmRhLmN4Cg==" | openssl base64 -d
It's always fun to hear from people!
-#+begin_export html
-<script src="email.js"></script>
-#+end_export
-
#+ATTR_HTML: :title Me Playing A Quick Game Of 9x9 Go
#+ATTR_HTML: :alt Me Playing A Quick Game Of 9x9 Go
[[file:cover.jpg]]
+
+#+begin_export html
+<script src="email.js"></script>
+#+end_export