rpicms

A CMS for the Raspberry Pi
git clone git://archive.git.mtrnord.blog/RpicmsTeam/rpicms.git
Log | Files | Refs | README | LICENSE

commit 439a8e65133307bde8297a1e2674d14b12699824
parent 479949498197685cbbb5adcfbb8d0bf6704c8dc5
Author: MTRNord <mtrnord1@gmail.com>
Date:   Mon, 17 Nov 2014 18:43:14 +0100

auto commit

Diffstat:
Mthemes/jumbotron/index.html | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/themes/jumbotron/index.html b/themes/jumbotron/index.html @@ -58,8 +58,8 @@ <div class="jumbotron"> <div class="container"> <h1>Hello, world!</h1> - <p>This is a template for a simple marketing or informational website. It includes a large callout called a jumbotron and three supporting pieces of content. Use it as a starting point to create something more unique.</p> - <p><a class="btn btn-primary btn-lg" href="#" role="button">Learn more &raquo;</a></p> + <p>This is a example template for the RPICMS based on Bootstrap. Bootstrap can be found under the Theme_engine directory in themes.</p> + <p><a class="btn btn-primary btn-lg" href="http://rpicms.readthedocs.org/de/develop/features/themes.html" role="button">Learn more &raquo;</a></p> </div> </div>