Removed read more button and card routes to project post
This commit is contained in:
parent
e77878731b
commit
d8e96bc2f3
2 changed files with 4 additions and 14 deletions
|
@ -52,7 +52,7 @@
|
|||
width: 30%;
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
|
||||
span {
|
||||
display: flex;
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue