From d056e1b3c9b49b4cff42e9567868da6cc272b801 Mon Sep 17 00:00:00 2001 From: Frank Smit Date: Thu, 17 May 2012 15:56:35 +0200 Subject: [PATCH] Added Flattr button. --- docs/assets/screen.less | 1 - docs/pages/index.md | 1 + docs/templates/index.html | 23 +++++++++++++++++++++++ docs/templates/layout.html | 1 + 4 files changed, 25 insertions(+), 1 deletion(-) diff --git a/docs/assets/screen.less b/docs/assets/screen.less index 24c921f..8f1a614 100644 --- a/docs/assets/screen.less +++ b/docs/assets/screen.less @@ -156,7 +156,6 @@ p { img { max-width: 100%; - outline: 2px solid #ddd; } } diff --git a/docs/pages/index.md b/docs/pages/index.md index a059d8d..5b6bdff 100644 --- a/docs/pages/index.md +++ b/docs/pages/index.md @@ -21,3 +21,4 @@ Projects that use Misaka: - [mynt](https://github.com/Anomareh/mynt) - [Composer](https://github.com/shazow/composer) - [Socrates](https://github.com/honza/socrates) + - [Pagewise](https://bitbucket.org/ainm/pagewise/overview) diff --git a/docs/templates/index.html b/docs/templates/index.html index d6888be..6daab9e 100644 --- a/docs/templates/index.html +++ b/docs/templates/index.html @@ -3,8 +3,31 @@ {% block title %}{{ escape(page.title) }}{% end %} {% block location %}{{ page.location }}-section{% end %} +{% block head %} + +{% end %} + {% block content %}
{{ page.content }} + +

How about a Flattr?

+ +

+ + +

{% end %} diff --git a/docs/templates/layout.html b/docs/templates/layout.html index 525fc2f..987d08e 100644 --- a/docs/templates/layout.html +++ b/docs/templates/layout.html @@ -7,6 +7,7 @@ + {% block head %}{% end %}