templates/markdown/footer.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 (none)
    <script type="text/javascript">process_dates()</script>
    <div class="page-footer" style="margin-top: 25px">
        {motd}
    </div>

    <div id="corner-top-left"></div>
    <div id="corner-top-right"></div>
    <div id="corner-bottom-left"></div>
    <div id="corner-bottom-right"></div>

</div>

</body>
</html>