Skip to content

Commit 0d6ec90

Browse files
committed
fix: Exclude warp-tech projects from dev list
1 parent fa7d211 commit 0d6ec90

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM python:3.11 as builder
22

3-
ENV HUGO_VERSION 0.68.3
3+
ENV HUGO_VERSION 0.119.0
44
ENV HUGO_BINARY hugo_extended_${HUGO_VERSION}_Linux-64bit.tar.gz
55

66
# Install Hugo and other deps

layouts/shortcodes/projects.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ <h1>Dev projects</h1>
4545
{{ range sort .Page.Site.Data.projects ".updated_at" "desc" }}
4646
{{ $parts := split .github_uri "/" }}
4747
{{ $username := index $parts 0 }}
48-
{{ if and (ne $username "zerodha") (ne $username "zerodhatech") (ne $username "@warp-tech") }}
48+
{{ if and (ne $username "zerodha") (ne $username "zerodhatech") (ne $username "warp-tech") }}
4949
{{ $users.Set $username true }}
5050
{{ end }}
5151
{{ end }}

0 commit comments

Comments
 (0)