Release 2.0.8 : New readable theme

Includes support for new /links folder in the template directory
This commit is contained in:
Craig Davis
2014-05-17 11:02:23 -05:00
parent 3305c9d564
commit b9ed407b12
7 changed files with 23 additions and 11 deletions

View File

@@ -0,0 +1,8 @@
#footer {
display: none;
}
#footer + p {
width: 100%;
font-size: 11px;
}

View File

@@ -5,13 +5,15 @@
{{#reload}}
<meta http-equiv="refresh" content="{{refresh_rate}}">
{{/reload}}
<title>{{title}}</title>
<body>
{{{resume}}}
</body>
{{{links}}}
<style type="text/css">
{{{style}}}
</style>
</head>
<body>
<div class="container">
{{{resume}}}
</div>
</body>
</html>

View File

@@ -1 +1 @@
<link href="//netdna.bootstrapcdn.com/bootswatch/3.1.1/readable/bootstrap.min.css" rel="stylesheet">
<link href="http://netdna.bootstrapcdn.com/bootswatch/3.1.1/readable/bootstrap.min.css" rel="stylesheet">