mirror of
https://github.com/kennethreitz/12factor.git
synced 2026-06-05 23:10:17 +00:00
17 lines
531 B
Plaintext
17 lines
531 B
Plaintext
<section class="abstract">
|
|
<article><%= render_markdown('intro') %></article>
|
|
<article><%= render_markdown('background') %></article>
|
|
<article><%= render_markdown('who') %></article>
|
|
</section>
|
|
|
|
<section class="concrete">
|
|
<article><%= render_markdown('toc') %><article>
|
|
</section>
|
|
|
|
<footer>
|
|
<span>Written by Adam Wiggins</span>
|
|
<span>Last updated Jan 30, 2012</span>
|
|
<span><a href="http://github.com/adamwiggins/12factor">Sourcecode</a></span>
|
|
<span><a href="/12factor.epub">Download ePub Book</a></span>
|
|
</footer>
|