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%;
|
width: 30%;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
flex-direction: column;
|
align-items: center;
|
||||||
|
|
||||||
span {
|
span {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
|
@ -62,27 +62,17 @@
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</div>
|
</div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
{{ if .repo }}
|
||||||
<div class="project-btn-holder">
|
<div class="project-btn-holder">
|
||||||
{{ if .repo }}
|
|
||||||
<!-- Place this tag where you want the button to render. -->
|
<!-- Place this tag where you want the button to render. -->
|
||||||
<a
|
<a
|
||||||
class="github-button project-btn d-none"
|
class="github-button project-btn d-none"
|
||||||
href="{{ .repo }}"
|
href="{{ .repo }}"
|
||||||
data-icon="octicon-standard"
|
data-icon="octicon-standard"
|
||||||
data-size="large"
|
data-size="large"
|
||||||
>
|
></a>
|
||||||
{{ end }}
|
|
||||||
{{ if .url }}
|
|
||||||
<span>
|
|
||||||
<a
|
|
||||||
class="btn btn-outline-info btn-sm"
|
|
||||||
href="{{ .url }}"
|
|
||||||
target="#"
|
|
||||||
>Read More</a
|
|
||||||
>
|
|
||||||
</span>
|
|
||||||
{{ end }}
|
|
||||||
</div>
|
</div>
|
||||||
|
{{ end }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue