mirror of
https://github.com/hazemKrimi/personal-website.git
synced 2026-05-01 18:00:26 +00:00
Improve SEO
This commit is contained in:
@@ -7,7 +7,11 @@
|
||||
<p>{{ .Params.description }}</p>
|
||||
<div id="links">
|
||||
<a class="read-more" href="{{ .Permalink }}">
|
||||
Read more {{ readFile "assets/icons/arrow.svg" | safeHTML }}
|
||||
{{ if (.InSection ($.Site.GetPage "projects")) }}
|
||||
Read this project {{ readFile "assets/icons/arrow.svg" | safeHTML }}
|
||||
{{ else }}
|
||||
Read this blog post {{ readFile "assets/icons/arrow.svg" | safeHTML }}
|
||||
{{ end }}
|
||||
</a>
|
||||
{{ with (and (.InSection ($.Site.GetPage "projects")) .Params.demo) }}
|
||||
<a class="demo" href="{{ . }}" target="_blank">
|
||||
|
||||
Reference in New Issue
Block a user