templates/markdown/header.tmpl @ 8659ef2c4757
Replace /markdown/_preview/ URL pattern with simpler /preview/ pattern. Wrap
default "file" web command with one that redirects to markdown view for .md
and .markdown files. Dynamically rebase img links to /rawfile to allow images
to be embedded.
author |
Chris Eldredge <chris.eldredge@gmail.com> |
date |
Mon, 13 Aug 2012 18:33:12 +0100 |
parents |
a1ca051886bd |
children |
133cd05dafd1 |
<!DOCTYPE HTML>
<html>
<head>
<link rel="icon" href="{staticurl}hgicon.png" type="image/png" />
<meta name="robots" content="index, nofollow"/>
<link rel="stylesheet" href="{staticurl}bootstrap.css" type="text/css" />
<link rel="stylesheet" href="{staticurl}markdown.css" type="text/css" />
<script type="text/javascript" src="{staticurl}mercurial.js"></script>