More messages and logos configurable.

This commit is contained in:
Clara Wildpaner
2021-04-13 03:42:17 +02:00
parent a6d668b124
commit db1e525ee8
7 changed files with 27 additions and 18 deletions

View File

@@ -18,16 +18,16 @@
<div class="site-project-item-content">
<span>{{ delimit .Params.category ", " }}</span>
<h3>{{ .Title }}</h3>
<a href="{{ .Permalink }}" class="read-more">view project</a>
<a href="{{ .Permalink }}" class="read-more">{{ .Site.Params.portfolio.view_project }}</a>
</div>
</div>
</div>
{{ end }}
<div class="col-12 text-center text-lg-left">
<a href="portfolio" class="site-project-cta">MORE WORKS</a>
<a href="portfolio" class="site-project-cta">{{ .Site.Params.portfolio.more_works }}</a>
</div>
</div>
</div>
</section>
{{ end }}
{{ end }}
{{ end }}