diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-17 03:01:56 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-17 03:01:56 +0200 |
commit | 226a8f00326cb49e5ac8a368b5574f1171f88cf5 (patch) | |
tree | 4d17ae20beb05144a5422fbe7a669794af00f5e7 /inc/org.html | |
parent | Removing php (diff) | |
download | joe-www-226a8f00326cb49e5ac8a368b5574f1171f88cf5.tar.gz joe-www-226a8f00326cb49e5ac8a368b5574f1171f88cf5.tar.bz2 joe-www-226a8f00326cb49e5ac8a368b5574f1171f88cf5.tar.xz joe-www-226a8f00326cb49e5ac8a368b5574f1171f88cf5.tar.zst joe-www-226a8f00326cb49e5ac8a368b5574f1171f88cf5.zip |
No more php
Diffstat (limited to '')
-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 -} -?> |