Updating project links and descriptions
All checks were successful
Build and Deploy Resume Site / setup-website-content (push) Successful in 6s
All checks were successful
Build and Deploy Resume Site / setup-website-content (push) Successful in 6s
This commit is contained in:
@@ -1,15 +1,6 @@
|
||||
{{ with .Site.GetPage "/projects" }}
|
||||
<h1 class="section-header" id="projects">{{.Title}}</h1>
|
||||
{{ if .Page.Params.Subtitle }}
|
||||
<p>
|
||||
{{.Page.Params.Subtitle}}
|
||||
{{ if .Page.Params.Gitpage }}
|
||||
<a href="{{.Page.Params.Gitpage}}">
|
||||
<i class="fab fa-gitlab"></i>
|
||||
</a>
|
||||
{{ end }}
|
||||
</p>
|
||||
{{ end }}
|
||||
<div class="section"><p>{{.Content}}</p></div>
|
||||
<div class="section">
|
||||
{{ range .Pages }}
|
||||
<div class="card">
|
||||
|
||||
Reference in New Issue
Block a user