Sha256: a70a6d7375dad42ae4329ac3fb517caed2ceed62f81c6d2f1985a9cf47a6dfea
Contents?: true
Size: 1.5 KB
Versions: 2
Compression:
Stored size: 1.5 KB
Contents
<footer> {{#chapter}} <ol> {{#previous_chapter}} <li class="previous"><a href="{{relative_url}}">← {{#title}} {{{title}}} {{/title}} {{^title}} Previous {{/title}} </a></li> {{/previous_chapter}} {{#next_chapter}} <li class="next"><a href="{{relative_url}}"> {{#title}} {{{title}}} {{/title}} {{^title}} Next {{/title}} →</a></li> {{/next_chapter}} </ol> <div class="clearfix"></div> {{/chapter}} {{#config}} {{#license}} <p class="copyright"> <a rel="license" href="http://creativecommons.org/licenses/{{type}}/4.0/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/{{type}}/4.0/88x31.png" /></a><br /><span xmlns:dct="http://purl.org/dc/terms/" href="http://purl.org/dc/dcmitype/Text" property="dct:title" rel="dct:type">{{title}}</span> by <a xmlns:cc="http://creativecommons.org/ns#" href="{{url}}" property="cc:attributionName" rel="cc:attributionURL">{{author}}</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/{{type}}/4.0/">{{typeDescription}} </a>. </p> {{/license}} {{#clicky}} <script src="//static.getclicky.com/js" type="text/javascript"></script> <script type="text/javascript">try{ clicky.init({{id}}); }catch(e){}</script> <noscript><p><img alt="Clicky" width="1" height="1" src="//in.getclicky.com/{{id}}ns.gif" /></p></noscript> {{/clicky}} {{/config}} </footer> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
bookingit-0.3.0 | templates/footer.html.mustache |
bookingit-0.2.0 | templates/footer.html.mustache |