Removed read more button and card routes to project post

This commit is contained in:
Sharwin24 2025-01-03 12:05:21 -08:00
parent e77878731b
commit d8e96bc2f3
2 changed files with 4 additions and 14 deletions

View file

@ -52,7 +52,7 @@
width: 30%;
display: flex;
justify-content: flex-end;
flex-direction: column;
align-items: center;
span {
display: flex;

View file

@ -62,27 +62,17 @@
{{ end }}
</div>
{{ end }}
{{ if .repo }}
<div class="project-btn-holder">
{{ if .repo }}
<!-- Place this tag where you want the button to render. -->
<a
class="github-button project-btn d-none"
href="{{ .repo }}"
data-icon="octicon-standard"
data-size="large"
>
{{ end }}
{{ if .url }}
<span>
<a
class="btn btn-outline-info btn-sm"
href="{{ .url }}"
target="#"
>Read More</a
>
</span>
{{ end }}
></a>
</div>
{{ end }}
</div>
</div>
</div>