From f722d20725586ee4744d077770ef7a89ab05e360 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Thu, 10 Aug 2023 15:39:23 +0300 Subject: Migrate from brunch to hugo --- layouts/partials/home/projects.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 layouts/partials/home/projects.html (limited to 'layouts/partials/home/projects.html') diff --git a/layouts/partials/home/projects.html b/layouts/partials/home/projects.html new file mode 100644 index 0000000..d9ac5e2 --- /dev/null +++ b/layouts/partials/home/projects.html @@ -0,0 +1,11 @@ +{{ range $header, $projects := . }} +
+

{{ $header }}

+ {{ range $projects }} +
+

{{ .title | safeHTML }}

+

{{ .content | safeHTML }}

+
+ {{ end }} +
+{{ end }} -- cgit v1.2.3