New revamp
This commit is contained in:
parent
a2b43a6bfc
commit
0ea1b9e028
2 changed files with 715 additions and 1566 deletions
2277
_data/revamp.yaml
2277
_data/revamp.yaml
File diff suppressed because it is too large
Load diff
|
|
@ -184,10 +184,8 @@ layout: page_revamp
|
|||
-->
|
||||
<td class="promise__actions">
|
||||
<!-- comment and twitter integration -->
|
||||
{% for action in promise.actions %}
|
||||
<a href="{{ action.url }}" target="_blank" rel="nofollow">
|
||||
<a href="{{ promise.comments }}" target="_blank" rel="nofollow">
|
||||
<i class="fa fa-fw fa-comments text-muted" aria-hidden="true"></i></a>
|
||||
{% endfor %}
|
||||
|
||||
{% capture status %}{% if promise.status == "Not started" %} hasn't started{% elsif promise.status == "In progress" %} is progressing{% elsif promise.status == "Achieved" %} achieved{% elsif promise.status == "Broken" %} broke{% else %}{% endif %}{% endcapture %}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue