aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/output.org
diff options
context:
space:
mode:
Diffstat (limited to 'org/output.org')
-rw-r--r--org/output.org10
1 files changed, 7 insertions, 3 deletions
diff --git a/org/output.org b/org/output.org
index e8187d6..69779f2 100644
--- a/org/output.org
+++ b/org/output.org
@@ -23,6 +23,7 @@ struct SDPoutputHTML {
#+END_SRC
*** css
+
#+name: output_html
#+BEGIN_SRC d
auto html_css() {
@@ -1333,6 +1334,7 @@ struct SDPoutputHTML {
*** html
**** html functions
+
#+name: output_html
#+BEGIN_SRC d
auto html_toc(O)(
@@ -1392,6 +1394,7 @@ struct SDPoutputHTML {
#+END_SRC
**** html scroll head & tail
+
#+name: output_html
#+BEGIN_SRC d
auto scroll_head() {
@@ -1441,6 +1444,7 @@ struct SDPoutputHTML {
#+END_SRC
**** html scroll
+
#+name: output_html
#+BEGIN_SRC d
auto scroll(C)(
@@ -1527,6 +1531,7 @@ struct SDPoutputHTML {
** pgsql :pgsql:
* tangles :tangle:
** code structure: :output.d:
+
#+BEGIN_SRC d :tangle ../src/sdp/output_hub.d
/+
output hub
@@ -1537,7 +1542,8 @@ template SiSUoutputHub() {
}
#+END_SRC
-** head
+** example head
+
<!DOCTYPE html>
<html>
<head>
@@ -1568,8 +1574,6 @@ template SiSUoutputHub() {
<body lang="en">
<a name="top" id="top"></a>
-
-
<a name="bottom" id="bottom"></a>
<a name="end" id="end"></a>
</div>