Tweaks to featured item in index collection
This commit is contained in:
@@ -63,14 +63,14 @@ meta(name="twitter:image", content="{{ page_header_image }}")
|
|||||||
class="jumbotron-overlay")
|
class="jumbotron-overlay")
|
||||||
|
|
||||||
.d-block.mt-4
|
.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') }}")
|
href="{{ url_for('projects.view', project_url='spring') }}")
|
||||||
| Browse the Project
|
| BROWSE
|
||||||
|
|
||||||
a.btn.btn-link-light.px-4(
|
a.btn.btn-link-light.px-4(
|
||||||
style="color: white",
|
style="color: white",
|
||||||
href="{{ url_for('main.project_blog', project_url='spring') }}")
|
href="{{ url_for('main.project_blog', project_url='spring') }}")
|
||||||
| Read the Blog
|
| Production Blog
|
||||||
i.pi-angle-right.px-1
|
i.pi-angle-right.px-1
|
||||||
| {% endif %}
|
| {% endif %}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user