diff --git a/src/templates/projects/landing.pug b/src/templates/projects/landing.pug index d30b1c8..7ed9e6a 100644 --- a/src/templates/projects/landing.pug +++ b/src/templates/projects/landing.pug @@ -78,6 +78,7 @@ script(src="{{ url_for('static_pillar', filename='assets/js/vendor/videojs-hotke | {% endblock %} | {% block css %} +link(href="{{ url_for('static_pillar', filename='assets/css/font-pillar.css') }}", rel="stylesheet") link(href="{{ url_for('static_cloud', filename='assets/css/project-landing.css') }}", rel="stylesheet") | {% endblock %} @@ -158,7 +159,9 @@ header | {% endif %} | {% endfor %} | {% endif %} - a.btn(href="{{ url_for('main.project_blog', project_url=project.url) }}") See all updates + +.text-center.p-5 + a.btn.btn-outline-secondary.px-5(href="{{ url_for('main.project_blog', project_url=project.url) }}") See All Updates | {% endblock body %} diff --git a/src/templates/projects/view.pug b/src/templates/projects/view.pug index e9b5d74..20ee003 100644 --- a/src/templates/projects/view.pug +++ b/src/templates/projects/view.pug @@ -200,7 +200,7 @@ link(href="{{ url_for('static_pillar', filename='assets/css/project-main.css') } href="javascript:void(0);", title="Edit", data-project_id="{{project._id}}") - i.button-edit-icon.pi-edit + i.button-edit-icon.pi-edit.pr-2 | Edit Project li.dropdown