diff options
author | Karl Semich <0xloem@gmail.com> | 2016-08-27 04:31:52 -0400 |
---|---|---|
committer | Karl Semich <0xloem@gmail.com> | 2016-08-27 04:31:52 -0400 |
commit | 6945074c2c496a89665f559d431cf22602199937 (patch) | |
tree | dd76fa29e557aaaaf11a40d5595a22a996533f41 /backend/ikistrap/example/Comments | |
parent | 227d6118cf72cf9333ac2488b76633f346e59425 (diff) | |
download | standingwithresilience-6945074c2c496a89665f559d431cf22602199937.tar.gz standingwithresilience-6945074c2c496a89665f559d431cf22602199937.zip |
Added ikistrap template
Diffstat (limited to 'backend/ikistrap/example/Comments')
-rw-r--r-- | backend/ikistrap/example/Comments/comment_1._comment | 9 | ||||
-rw-r--r-- | backend/ikistrap/example/Comments/comment_2._comment | 9 |
2 files changed, 18 insertions, 0 deletions
diff --git a/backend/ikistrap/example/Comments/comment_1._comment b/backend/ikistrap/example/Comments/comment_1._comment new file mode 100644 index 0000000..ab9901d --- /dev/null +++ b/backend/ikistrap/example/Comments/comment_1._comment @@ -0,0 +1,9 @@ +[[!comment format=mdwn +username="Anonymous Coward" +subject="Indeed" +date="2009-06-02T19:05:00Z" +content=""" +Hi, I just want to say that I totally agree with you. +Have a nice day! +""" +]] diff --git a/backend/ikistrap/example/Comments/comment_2._comment b/backend/ikistrap/example/Comments/comment_2._comment new file mode 100644 index 0000000..5b29715 --- /dev/null +++ b/backend/ikistrap/example/Comments/comment_2._comment @@ -0,0 +1,9 @@ +[[!comment format=mdwn +username="Pseudonymous Person" +subject="I am disagree" +date="2009-06-02T19:05:01Z" +content=""" +I don't think so. Eggs should neither be capped at the top or at the bottom. +Symmetry is only attained by slicing it in half in a plane spanned by the line between the top and bottom. +""" +]] |