diff options
author | Viktor Kleen <viktor@kleen.org> | 2015-02-24 02:34:02 +0000 |
---|---|---|
committer | Viktor Kleen <viktor@kleen.org> | 2015-02-24 02:34:02 +0000 |
commit | 45957d83ad71d966739717a7eed20bff920e571b (patch) | |
tree | c4d298bfc5586144651b07ddc8988f0666680713 /posts | |
parent | 96b014649d8397862de4d1b849b86968826c7d64 (diff) | |
download | dirty-haskell.org-45957d83ad71d966739717a7eed20bff920e571b.tar dirty-haskell.org-45957d83ad71d966739717a7eed20bff920e571b.tar.gz dirty-haskell.org-45957d83ad71d966739717a7eed20bff920e571b.tar.bz2 dirty-haskell.org-45957d83ad71d966739717a7eed20bff920e571b.tar.xz dirty-haskell.org-45957d83ad71d966739717a7eed20bff920e571b.zip |
add theorem environments to style.css; this uses private patches for pandoc
Diffstat (limited to 'posts')
-rw-r--r-- | posts/blog-architecture.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/posts/blog-architecture.md b/posts/blog-architecture.md index be969de..37cce77 100644 --- a/posts/blog-architecture.md +++ b/posts/blog-architecture.md | |||
@@ -1,4 +1,4 @@ | |||
1 | % General Architecture of this "Blogging" System | 1 | % An Outline of the Architecture of math.kleen.org |
2 | 2 | ||
3 | The main idea behind this system is that my site is supposed to consist of | 3 | The main idea behind this system is that my site is supposed to consist of |
4 | *posts* which are organized into *lists of posts*. This mapping is not assumed | 4 | *posts* which are organized into *lists of posts*. This mapping is not assumed |