mirror of
https://github.com/hazemKrimi/personal-website.git
synced 2026-05-01 18:00:26 +00:00
chore: new blog post and small patches (#3)
* wip: blog post on open source * wip: initial draft of the blog post * chore: remove sharing a blog post * fix: broken style from previous commit * chore: improve handling keywords
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<a
|
||||
class="read-more"
|
||||
href="{{ if (.InSection ($.Site.GetPage "projects")) }} {{ .Params.source }} {{ else }} {{ .Permalink }} {{ end }}"
|
||||
target="{{ if (.InSection ($.Site.GetPage "projects")) }} _blank {{ else }} _self {{ end }}"
|
||||
target="{{ if (.InSection ($.Site.GetPage "projects")) }}_blank{{ else }}_self{{ end }}"
|
||||
>
|
||||
{{ if (.InSection ($.Site.GetPage "projects")) }}
|
||||
Source code {{ readFile "assets/icons/arrow.svg" | safeHTML }}
|
||||
|
||||
Reference in New Issue
Block a user