diff --git a/src/templates/projects/landing.pug b/src/templates/projects/landing.pug index d3a4c54..001d986 100644 --- a/src/templates/projects/landing.pug +++ b/src/templates/projects/landing.pug @@ -144,20 +144,9 @@ link(href="{{ url_for('static_cloud', filename='assets/css/project-main.css') }} .row .col-md-10.mx-auto - - h2.pb-3.text-center Latest Updates - - | {% if activity_stream %} - +card-deck(class="px-2") - | {% for n in activity_stream %} - | {% if n.node_type == 'post' %} - | {{ asset_list_item(n, current_user) }} - | {% endif %} - | {% endfor %} - | {% endif %} - -.text-center.p-5 - a.btn.btn-outline-primary.px-5(href="{{ url_for('main.project_blog', project_url=project.url) }}") See All Updates + h2.pb-3 Timeline + .timeline-dark + +timeline("{{ project._id }}") | {% endblock body %}