From 88d237aebd9fc29f28c2f3511f7eb3e30a0a1ff8 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Fri, 1 Jun 2012 15:28:45 +0200 Subject: Initial commit --- templates/archiveitem.html | 3 +++ templates/default.html | 64 +++++++++++++++++++++++++++++++++++++++++++++ templates/default.html.orig | 23 ++++++++++++++++ templates/index.html | 1 + templates/post.html | 13 +++++++++ templates/post_short.html | 13 +++++++++ templates/postitem.html | 4 +++ templates/posts.html | 1 + 8 files changed, 122 insertions(+) create mode 100644 templates/archiveitem.html create mode 100644 templates/default.html create mode 100644 templates/default.html.orig create mode 100644 templates/index.html create mode 100644 templates/post.html create mode 100644 templates/post_short.html create mode 100644 templates/postitem.html create mode 100644 templates/posts.html (limited to 'templates') diff --git a/templates/archiveitem.html b/templates/archiveitem.html new file mode 100644 index 0000000..60da335 --- /dev/null +++ b/templates/archiveitem.html @@ -0,0 +1,3 @@ +
  • + $title$ +
  • diff --git a/templates/default.html b/templates/default.html new file mode 100644 index 0000000..db34114 --- /dev/null +++ b/templates/default.html @@ -0,0 +1,64 @@ + + + + + + Universe Factory - $title$ + + + + + + + +
    + +

    Universe Factory Because one universe is not enough

    + + +
    +
    + $body$ + + +
    +
    +
    + +
    + + diff --git a/templates/default.html.orig b/templates/default.html.orig new file mode 100644 index 0000000..0537065 --- /dev/null +++ b/templates/default.html.orig @@ -0,0 +1,23 @@ + + + + + + SimpleBlog - $title$ + + + + +

    SimpleBlog - $title$

    + + + $body$ + + diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..55579d1 --- /dev/null +++ b/templates/index.html @@ -0,0 +1 @@ +$posts$ diff --git a/templates/post.html b/templates/post.html new file mode 100644 index 0000000..7505058 --- /dev/null +++ b/templates/post.html @@ -0,0 +1,13 @@ +
    +
    + $date$ +
    +

    $title$

    +

    $body$

    + +
    + Tagged as: $prettytags$ +
    +
    +
    +
    diff --git a/templates/post_short.html b/templates/post_short.html new file mode 100644 index 0000000..06242ca --- /dev/null +++ b/templates/post_short.html @@ -0,0 +1,13 @@ +
    +
    + $date$ +
    +

    $title$

    +

    $body$

    + +
    + Tagged as: $prettytags$ + Continue reading
    +
    +
    +
    diff --git a/templates/postitem.html b/templates/postitem.html new file mode 100644 index 0000000..ccbb58e --- /dev/null +++ b/templates/postitem.html @@ -0,0 +1,4 @@ +
  • + $title$ + - $date$ - by $author$ +
  • diff --git a/templates/posts.html b/templates/posts.html new file mode 100644 index 0000000..55579d1 --- /dev/null +++ b/templates/posts.html @@ -0,0 +1 @@ +$posts$ -- cgit v1.2.3