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 %}