diff --git a/package.json b/package.json index a364562..ec03d8f 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,8 @@ "grunt-contrib-stylus": "0.20.x", "grunt-contrib-uglify": "0.6.x", "grunt-contrib-watch": "0.6.x", - "lodash": "2.4.x" + "lodash": "2.4.x", + "marked": "0.3.2" }, "scripts": { "test": "node_modules/.bin/grunt test", diff --git a/source/partials/about.html.jade b/source/partials/about.html.jade index 3becc1e..18d6fa4 100644 --- a/source/partials/about.html.jade +++ b/source/partials/about.html.jade @@ -1 +1,7 @@ -p about page. +:markdown + This project runs on free software, [grab the source + code](https://github.com/tasuk/side-by-side)! + + *Note: This is very much work in progress!* + + Created by [Vít Brunner](http://tasuki.org). diff --git a/source/partials/help.html.jade b/source/partials/help.html.jade index 70bbe74..ce170b7 100644 --- a/source/partials/help.html.jade +++ b/source/partials/help.html.jade @@ -1 +1 @@ -p help stuff... +p Click on the bottom bar to pick which translations you want to see!