mirror of
https://github.com/there4/markdown-resume.git
synced 2024-12-03 08:59:35 -05:00
Removed the div tags.
This commit is contained in:
parent
67c5b83e30
commit
e45bd181f0
17
templates/readable/index.html
Normal file
17
templates/readable/index.html
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
{{#reload}}
|
||||||
|
<meta http-equiv="refresh" content="{{refresh_rate}}">
|
||||||
|
{{/reload}}
|
||||||
|
|
||||||
|
<title>{{title}}</title>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
|
||||||
|
{{{resume}}}
|
||||||
|
|
||||||
|
</body>
|
||||||
|
{{{links}}}
|
||||||
|
</html>
|
Loading…
x
Reference in New Issue
Block a user