Commit | Line | Data |
---|---|---|
06611295 AB |
1 | ifdef(`__feed_atom', `]]></content></entry>', |
2 | `ifdef(`__feed_rss', `]]></content:encoded></item>', | |
505a9419 AB |
3 | `ifdef(`__pub', |
4 | `<p class="muted inbox">Got a question or comment? You can find my | |
29f0d7b9 | 5 | email address on my <a href="__p/contact.html">contact</a> page. __smly</p> |
c08732dd AB |
6 | </article> |
7 | ')dnl | |
505a9419 AB |
8 | </main> |
9 | ifdef(`__copy', | |
10 | `<footer> | |
11 | <p>Copyright © __copy Amin Bandali. | |
29f0d7b9 | 12 | See the ifelse(__slug,`license',`above for license conditions',`<a href="__p/license.html">license conditions</a>'). |
505a9419 AB |
13 | Please copy and share.</p> |
14 | </footer>') | |
15 | </body> | |
c08732dd | 16 | </html>')')dnl |