diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-06-10 12:22:35 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-06-17 11:26:10 +0100 |
commit | 96cd73d32d512dbf56580d455f575a301aec2e2c (patch) | |
tree | 336b4cb9cb68a2d33b6297865848416b4c5d5da6 /_posts/2012-06-20-the-new-bootstrap-admin-theme.markdown | |
parent | 2f2893444677bc852c44367f93190562a98ca561 (diff) |
Add blog images.
Deprecate /images folder in favour of /assets/img.
Diffstat (limited to '_posts/2012-06-20-the-new-bootstrap-admin-theme.markdown')
-rw-r--r-- | _posts/2012-06-20-the-new-bootstrap-admin-theme.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_posts/2012-06-20-the-new-bootstrap-admin-theme.markdown b/_posts/2012-06-20-the-new-bootstrap-admin-theme.markdown index ee491efe6..0feac3e78 100644 --- a/_posts/2012-06-20-the-new-bootstrap-admin-theme.markdown +++ b/_posts/2012-06-20-the-new-bootstrap-admin-theme.markdown @@ -12,7 +12,7 @@ categories: One of the major new features in the latest release of Alaveteli is a more attractive (and hopefully more usable) admin theme. Here's a before-and-after shot of the home page: -[](http://blogs.mysociety.org/alaveteliorg/files/2012/06/oldnew.png) +{% include image.html url="/assets/img/oldnew.png" description="Admin interface before and after" width="643" %} The theme was started at AlaveteliCon by [@wombleton](https://twitter.com/#!/wombleton). It's based on Twitter's [Bootstrap framework](http://twitter.github.com/bootstrap/), a CSS-and-javascript foundation for layout and styling of websites. It tries to collapse the large amounts of data often found on a single page into smaller chunks that can be scanned more easily. |