mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-17 16:28:19 +00:00
c083124340
- Added dates to the layout - Slight modifications to the layouts (bolding author, etc.)
41 lines
No EOL
1.3 KiB
HTML
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> |