mirror of
https://github.com/there4/markdown-resume.git
synced 2024-12-03 08:59:35 -05:00
Release 2.0.8 : New readable theme
Includes support for new /links folder in the template directory
This commit is contained in:
8
templates/readable/css/resume.css
Normal file
8
templates/readable/css/resume.css
Normal file
@@ -0,0 +1,8 @@
|
||||
#footer {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#footer + p {
|
||||
width: 100%;
|
||||
font-size: 11px;
|
||||
}
|
||||
@@ -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>
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user