mirror of
https://github.com/hazemKrimi/personal-website.git
synced 2026-05-01 18:00:26 +00:00
Tags, rss, sitemap and robots.txt
This commit is contained in:
+2
-2
@@ -33,7 +33,7 @@
|
||||
</div>
|
||||
<p>These are all the projects I worked on personally and professionally.</p>
|
||||
{{ range (where .Site.Pages "Section" "projects") }}
|
||||
{{ range .Pages }}
|
||||
{{ range first 2 .Pages }}
|
||||
{{ partial "card.html" . }}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
@@ -48,7 +48,7 @@
|
||||
</div>
|
||||
<p>These are articles about things I learned about software engineering.</p>
|
||||
{{ range (where .Site.Pages "Section" "blog") }}
|
||||
{{ range .Pages }}
|
||||
{{ range first 2 .Pages }}
|
||||
{{ partial "card.html" . }}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
||||
Reference in New Issue
Block a user