diff --git a/src/README.md b/src/README.md index d4e5bee..a62e022 100644 --- a/src/README.md +++ b/src/README.md @@ -10,16 +10,7 @@ | {{ range .social }}{{ .name | html }} | {{ end }} -## 💻 My Open Source Projects - -All my Open Source projects can be found on my GitHub profile (as well as my personal Gitea instance, GitLab, Codeberg and BitBucket). - -Below are a selection of highlights. - -{{ range .projects }} -[**{{ .name }}**]({{ .url }}) - {{ .description }} [{{ join .languages "name" ", " }}] -{{ end }} - +{{ if gt (len .events) 0 }} ## 🗓 Upcoming Events {{ range .events }} @@ -40,3 +31,27 @@ Below are a selection of highlights. {{- end }} + +{{ end }} + +{{ if gt (len .projects) 0 }} +## 💻 My Open Source Projects + +All my Open Source projects can be found on my GitHub profile (as well as my personal Gitea instance, GitLab, Codeberg and BitBucket). + +Below are a selection of highlights. + +{{ range .projects }} +[**{{ .name }}**]({{ .url }}) - {{ .description }} [{{ join .languages "name" ", " }}] +{{ end }} +{{ end }} + +{{ if gt (len .badges) 0 }} +## 🎖️ Badges + +{{ range .badges }} + + + +{{ end }} +{{ end }}