From 82c6c30a0a62d60bfc0fc248b7842885fa33d7bc Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Fri, 21 Sep 2018 16:52:21 +0200 Subject: [PATCH] Tweaks to featured item in index collection --- src/templates/projects_index_collection.pug | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/templates/projects_index_collection.pug b/src/templates/projects_index_collection.pug index 1f1ae8c..ae6c913 100644 --- a/src/templates/projects_index_collection.pug +++ b/src/templates/projects_index_collection.pug @@ -63,14 +63,14 @@ meta(name="twitter:image", content="{{ page_header_image }}") class="jumbotron-overlay") .d-block.mt-4 - a.btn.btn-primary.px-5( + a.btn.btn-primary.px-5.font-weight-bold( href="{{ url_for('projects.view', project_url='spring') }}") - | Browse the Project + | BROWSE a.btn.btn-link-light.px-4( style="color: white", href="{{ url_for('main.project_blog', project_url='spring') }}") - | Read the Blog + | Production Blog i.pi-angle-right.px-1 | {% endif %}