monero-site/_layouts/ffs-ot.html
rehrar c083124340
- Added completed proposals
- Added dates to the layout
- Slight modifications to the layouts (bolding author, etc.)
2017-10-30 20:28:17 -06:00

41 lines
No EOL
1.3 KiB
HTML

---
layout: base
---
<div class="site-wrap">
<div class="container ffs-breadcrumbs">
<p><a href="/forum-funding-system/">Forum Funding System</a> > <a href="/forum-funding-system/open-tasks/">Open Tasks</a> > {{page.title}}</p>
</div>
<!-- FULL WIDTH BLOCK -->
<section class="container full">
<div class="info-block text-adapt">
<div class="row center-xs">
<div class="col">
<h2>{{page.title}}</h2>
<p>by <strong>{{page.author}}</strong></p>
<p><em>{{page.date}}</em></p>
</div>
</div>
<div>
{{content}}
</div>
</div>
</section>
<!-- END FULL WIDTH BLOCK -->
<section class="container full comments">
<div class="info-block">
<div class="row center">
<div class="col-xs-12">
<h2>Comments</h2>
</div>
</div>
<div class="row">
<div class="col-xs-12">
<!-- SPACE RESERVED FOR COMMENT SYSTEM -->
</div>
</div>
</div>
</section>
</div>