diff options
-rw-r--r-- | inc/org.html (renamed from inc/org.inc.php) | 37 |
1 files changed, 19 insertions, 18 deletions
diff --git a/inc/org.inc.php b/inc/org.html index 02071ec..d9de5ca 100644 --- a/inc/org.inc.php +++ b/inc/org.html @@ -1,19 +1,23 @@ -<!-- ----------------------------------------------------------------------- --> -<!-- --> -<!-- File : org.inc.php /_________/ --> -<!-- Authors : Joe | --> -<!-- Date : 06/2020 | --> -<!-- Info : The Emacs Org CSS + JavaScript for articles | --> -<!-- / | --> -<!-- \ / --> -<!-- \_____/ --> -<!-- --> -<!-- ----------------------------------------------------------------------- --> +<!-- + * ======================== + * ===== =============== + * ====== ================ + * ====== ================ + * ====== ==== ==== == + * ====== === == = = + * ====== === = == = + * = === === = == ==== + * = === === = == = = + * == ===== ==== == + * ======================== + * + * jozanofastora.xyz: inc/org.html + * Sun Apr 17 02:58:49 CEST 2022 + * Joe + * + * Code to add for articles exported from org-mode +--> -<?php -function -jo_org_inc() { -?> <style type="text/css"> <!--/*--><![CDATA[/*><!--*/ .title { text-align: center; @@ -231,6 +235,3 @@ for the JavaScript code in this tag. } /*]]>*///--> </script> -<?php -} -?> |