diff --git a/themes/hellug-minimal-2/layouts/404.html b/themes/hellug-minimal-2/layouts/404.html
new file mode 100644
index 0000000..5d19475
--- /dev/null
+++ b/themes/hellug-minimal-2/layouts/404.html
@@ -0,0 +1,9 @@
+{{ partial "head.html" . }}
+
+
+
404 Η σελίδα δε βρέθηκε - Page not found
+
Αν βρεθήκατε εδώ αφού ακολουθήσατε κάποιο σύνδεσμο παρακαλούμε επικοινωνήστε με τους διαχειριστές της ιστοσελίδας μέσω του forum του Hellug και ενημερώστε μας για το περιεχόμενο που λείπει
+
If you came here by following a link please contact the site admins within the forum of Hellug to inform us of the missing content
+
+
+
diff --git a/themes/hellug-minimal-2/layouts/_default/events.html b/themes/hellug-minimal-2/layouts/_default/events.html
new file mode 100644
index 0000000..198b2f1
--- /dev/null
+++ b/themes/hellug-minimal-2/layouts/_default/events.html
@@ -0,0 +1,41 @@
+{{ partial "head.html" . }}
+
+{{ partial "header.html" . }}
+
+
+
+
+{{ partial .Params.bannertemplate . }}
+
+
+
+ {{ partial "breadcrump.html"}}
+
+
{{ .Title }}
+
{{ dateFormat "02/01/2006" .Date }}
+
+ {{ if .Params.eventdate }}
+ 📅 {{ dateFormat "Monday" .Params.eventdate }}
+ {{ end }}
+ {{ if .Params.eventdate }}
+ ⏰ {{ dateFormat "15:04" .Params.eventdate }}
+ {{ end }}
+ {{ if .Params.eventlocation }}
+ 🏛 {{ .Params.eventlocation }}
+ {{ end }}
+
+
+
+
+
+ {{.Content}}
+
+
+
+
+{{ partial "column2.html" . }}
+
+
+
+{{ partial "footer.html" . }}
+
diff --git a/themes/hellug-minimal-2/layouts/_default/list.gopher.txt b/themes/hellug-minimal-2/layouts/_default/list.gopher.txt
new file mode 100644
index 0000000..4083706
--- /dev/null
+++ b/themes/hellug-minimal-2/layouts/_default/list.gopher.txt
@@ -0,0 +1,8 @@
+!{{ .Title }}
+
+{{ .RawContent }}
+
+{{ range .Pages.ByPublishDate.Reverse }}
+0{{ .Title }} {{ replace .RelPermalink "/gopher" "" 1}} hellug.gr 70
+{{ end }}
+
diff --git a/themes/hellug-minimal-2/layouts/_default/list.html b/themes/hellug-minimal-2/layouts/_default/list.html
new file mode 100644
index 0000000..e591035
--- /dev/null
+++ b/themes/hellug-minimal-2/layouts/_default/list.html
@@ -0,0 +1,91 @@
+{{ partial "head.html" . }}
+
+{{ partial "header.html" . }}
+
+
+
+
+ {{ if .Params.bannertemplate }}
+ {{ partial .Params.bannertemplate . }}
+ {{else}}
+ {{ partial "hellug-banner.html" . }}
+ {{end}}
+
+
+
+
+ {{.Content}}
+
+
+
+{{ $articlelimit := 5 }}
+{{ $articlenum := len .Pages }}
+{{ $counter := 0 }}
+{{ $recentpostlimit := (sub now.Unix 31536000 ) }}
+{{ range first $articlelimit .Pages }}
+{{ $counter = add $counter 1 }}
+{{ if eq $counter 1 }}
+
+
+
+
{{ .Title }}
+ {{ dateFormat "02/01/2006" .Date }}
+ {{ if lt $recentpostlimit .Date.Unix }}
+ Nέο
+ {{ end }}
+
+
+ {{ .Summary }}
+
+
Περισσότερα...
+
+
+
+
+{{else}}
+
+
+
{{ .Title }}
+ {{ dateFormat "02/01/2006" .Date }}
+ {{ if lt $recentpostlimit .Date.Unix }}
+ Nέο
+ {{ end }}
+
+
+ {{ .Summary }}
+
Περισσότερα...
+
+
+
+{{ end }}
+{{ end }}
+
+
+{{ if gt $articlenum $articlelimit }}
+
+
+
+
Παλαιότερα άρθρα
+
+
+
+ {{ range after 10 .Pages }}
+ {{ .Title }}
+ {{ dateFormat "02/01/2006" .Date }}
+ {{ end }}
+
+
+
+
+
+{{ end }}
+
+
+
+
+{{ partial "column2.html" . }}
+
+
+
+{{ partial "footer.html" . }}
+
diff --git a/themes/hellug-minimal-2/layouts/_default/meetups.html b/themes/hellug-minimal-2/layouts/_default/meetups.html
new file mode 100644
index 0000000..5e819d4
--- /dev/null
+++ b/themes/hellug-minimal-2/layouts/_default/meetups.html
@@ -0,0 +1,40 @@
+{{ partial "head.html" . }}
+
+{{ partial "header.html" . }}
+
+
+
+
+{{ partial .Params.bannertemplate . }}
+
+
+
+ {{ partial "breadcrump.html"}}
+
+
{{ .Title }}
+
{{ dateFormat "02/01/2006" .Date }}
+
+ {{ if .Params.meetupdate }}
+ 📅 {{ dateFormat "Monday" .Params.meetupdate }}
+ {{ end }}
+ {{ if .Params.meetupdate }}
+ ⏰ {{ dateFormat "15:04" .Params.meetupdate }}
+ {{ end }}
+ {{ if .Params.meetuplocation }}
+ 🏛 {{ .Params.meetuplocation }}
+ {{ end }}
+
+
+
+ {{.Content}}
+
+
+
+
+
+{{ partial "column2.html" . }}
+
+
+
+{{ partial "footer.html" . }}
+
diff --git a/themes/hellug-minimal-2/layouts/_default/news.html b/themes/hellug-minimal-2/layouts/_default/news.html
new file mode 100644
index 0000000..dbdad87
--- /dev/null
+++ b/themes/hellug-minimal-2/layouts/_default/news.html
@@ -0,0 +1,30 @@
+{{ partial "head.html" . }}
+
+{{ partial "header.html" . }}
+
+
+
+
+{{ partial .Params.bannertemplate . }}
+
+
+
+ {{ partial "breadcrump.html"}}
+
+
{{ .Title }}
+
{{ dateFormat "02/01/2006" .Date }}
+
+
+
+
+ {{.Content}}
+
+
+
+
+{{ partial "column2.html" . }}
+
+
+
+{{ partial "footer.html" . }}
+
diff --git a/themes/hellug-minimal-2/layouts/_default/pages.gmi b/themes/hellug-minimal-2/layouts/_default/pages.gmi
new file mode 100644
index 0000000..df70f63
--- /dev/null
+++ b/themes/hellug-minimal-2/layouts/_default/pages.gmi
@@ -0,0 +1,30 @@
+# {{ .Title }}{{ $scratch := newScratch }}
+{{ $content := .RawContent -}}
+{{ $content := $content | replaceRE `` "\n" -}}
+{{ $content := $content | replaceRE `
+ {{ if .Params.bannertemplate }}
+ {{ partial .Params.bannertemplate . }}
+ {{else}}
+ {{ partial "hellug-banner.html" . }}
+ {{end}}
+
+
+
+
+ {{ partial "breadcrump.html"}}
+
+
{{ .Title }}
+
+
+
+ {{.Content}}
+
+
+
+
+
+
+
+{{ partial "column2.html" . }}
+
+
+
+{{ partial "footer.html" . }}
+
diff --git a/themes/hellug-minimal-2/layouts/_default/single.gmi b/themes/hellug-minimal-2/layouts/_default/single.gmi
new file mode 100644
index 0000000..9a516f5
--- /dev/null
+++ b/themes/hellug-minimal-2/layouts/_default/single.gmi
@@ -0,0 +1,33 @@
+# {{ .Title }} - {{ dateFormat "02/01/2006" .Date }}{{ $scratch := newScratch }}
+{{ $content := .RawContent -}}
+{{ $content := $content | replaceRE "" "\n" -}}
+{{ $content := $content | replaceRE `(.+?) ` "[$2]($1)" -}}
+{{ $content := $content | plainify -}}
+{{ $content := $content | replaceRE `#### ` "### " -}}
+{{ $content := $content | replaceRE `\n- (.+?)` "\n* $1" -}}
+{{ $content := $content | replaceRE `\n(\d+). (.+?)` "\n* $2" -}}
+{{ $content := $content | replaceRE `\[\^(.+?)\]:?` "" -}}
+{{ $content := $content | replaceRE `\sgemini://(\S*)` " [gemini://$1](gemini://$1)" -}}
+{{ $content := $content | replaceRE `([^"])<.*?>([^"])` "$1$2" -}}
+{{ $content := $content | replaceRE `\n\n!\[.*\]\((.+?) \"(.+?)\"\)` "\n\n=> $1 Image: $2" -}}
+{{ $content := $content | replaceRE `\n\n!\[.*]\((.+?)\)` "\n\n=> $1 Embedded Image: $1" -}}
+{{ $links := findRE "\n=> " $content }}{{ $scratch.Set "ref" (add (len $links) 1) }}
+{{ $refs := findRE `\[.+?\]\(.+?\)` $content }}
+{{ $scratch.Set "content" $content }}{{ range $refs }}{{ $ref := $scratch.Get "ref" }}{{ $contentInLoop := $scratch.Get "content" }}{{ $url := (printf "%s #%d" . $ref) }}{{ $contentInLoop := replace $contentInLoop . $url -}}{{ $scratch.Set "content" $contentInLoop }}{{ $scratch.Set "ref" (add $ref 1) }}{{ end }}{{ $content := $scratch.Get "content" | replaceRE `\[(.+?)\]\((.+?)\) #(\d+)` "$1 [$3]" -}}
+{{ $content | safeHTML }}
+
+---
+{{ $scratch.Set "ref" (add (len $links) 1) }}{{ if $refs }}
+## Παραπομπές
+{{ range $refs }}{{ $ref := $scratch.Get "ref" }}{{ $url := (printf "%s #%d" . $ref) }}
+=> {{ $url | replaceRE `\[(.+?)\]\((.+?)\) #(\d+)` "$2 [$3] $1 ($2)" -}}
+{{ $scratch.Set "ref" (add $ref 1) }}{{ end}}---{{end}}
+
+{{ if .Next }}=> {{ replace .Next.RelPermalink "/gemini" "" 1}} ← Νεότερο: {{ dateFormat "02/01/2006" .Next.Date }} - {{ .Next.Title }}{{ end }}
+{{ if .Prev -}}=> {{ replace .Prev.RelPermalink "/gemini" "" 1}} → Παλαιότερο: {{ dateFormat "02/01/2006" .Prev.Date }} - {{ .Prev.Title }}{{- end }}
+
+=> / Αρχική
+=> https://www.hellug.gr{{ replace (replace .RelPermalink "/gemini" "" 1) "index.gmi" "" }} Έκδοση HTML - Web Page
+
diff --git a/themes/hellug-minimal-2/layouts/_default/single.gopher.txt b/themes/hellug-minimal-2/layouts/_default/single.gopher.txt
new file mode 100644
index 0000000..ccb98a3
--- /dev/null
+++ b/themes/hellug-minimal-2/layouts/_default/single.gopher.txt
@@ -0,0 +1,4 @@
+# {{ .Title }}
+
+{{ .Date.Format (.Site.Params.dateform | default "January 2006") }}
+{{ .RawContent }}
diff --git a/themes/hellug-minimal-2/layouts/_default/single.html b/themes/hellug-minimal-2/layouts/_default/single.html
new file mode 100644
index 0000000..12e71e6
--- /dev/null
+++ b/themes/hellug-minimal-2/layouts/_default/single.html
@@ -0,0 +1,23 @@
+{{ partial "head.html" . }}
+
+{{ partial "header.html" . }}
+
+
+
+
+{{ partial .Params.bannertemplate . }}
+
+
+
+
+ {{.Content}}
+
+
+
+
+{{ partial "column2.html" . }}
+
+
+
+{{ partial "footer.html" . }}
+
diff --git a/themes/hellug-minimal-2/layouts/_default/terms.html b/themes/hellug-minimal-2/layouts/_default/terms.html
new file mode 100644
index 0000000..a656165
--- /dev/null
+++ b/themes/hellug-minimal-2/layouts/_default/terms.html
@@ -0,0 +1,87 @@
+{{ partial "head.html" . }}
+
+{{ partial "header.html" . }}
+
+
+
+
+{{ partial "hellug-banner.html" . }}
+
+
+
+
+ {{.Content}}
+
+
+
+{{ $articlelimit := 5 }}
+{{ $articlenum := len .Pages }}
+{{ $counter := 0 }}
+{{ $lastyear := (sub now.Unix 31536000 ) }}
+{{ range first $articlelimit .Pages }}
+{{ $counter = add $counter 1 }}
+{{ if eq $counter 1 }}
+
+
+
+
{{ .Title }}
+ {{ dateFormat "02/01/2006" .Date }}
+ {{ if lt $lastyear .Date.Unix }}
+ Nέο
+ {{ end }}
+
+
+ {{ .Summary }}
+
+
Περισσότερα...
+
+
+
+
+{{else}}
+
+
+
{{ .Title }}
+ {{ dateFormat "02/01/2006" .Date }}
+ {{ if lt $lastyear .Date.Unix }}
+ Nέο
+ {{ end }}
+
+
+ {{ .Summary }}
+
Περισσότερα...
+
+
+
+{{ end }}
+{{ end }}
+
+
+
+{{ if gt $articlenum $articlelimit }}
+
+
+
Παλαιότερα άρθρα
+
+
+
+ {{ range after 10 .Pages }}
+ {{ .Title }}
+ {{ dateFormat "02/01/2006" .Date }}
+ {{ end }}
+
+
+
+{{ end }}
+
+
+
+
+
+
+{{ partial "column2.html" . }}
+
+
+
+{{ partial "footer.html" . }}
+
diff --git a/themes/hellug-minimal-2/layouts/_default/tests.html b/themes/hellug-minimal-2/layouts/_default/tests.html
new file mode 100644
index 0000000..b88f530
--- /dev/null
+++ b/themes/hellug-minimal-2/layouts/_default/tests.html
@@ -0,0 +1,36 @@
+{{ partial "head.html" . }}
+
+{{ partial "header.html" . }}
+
+
+
+ {{ if .Params.bannertemplate }}
+ {{ partial .Params.bannertemplate . }}
+ {{else}}
+ {{ partial "hellug-banner.html" . }}
+ {{end}}
+
+
+
+
+ {{ partial "breadcrump.html"}}
+
+
{{ .Title }}
+
+
+
+ {{.Content}}
+
+
+
+
+
+
+
+
+{{ partial "column2.html" . }}
+
+
+
+{{ partial "footer.html" . }}
+
diff --git a/themes/hellug-minimal-2/layouts/draseis/draseis.event.html b/themes/hellug-minimal-2/layouts/draseis/draseis.event.html
new file mode 100644
index 0000000..a656165
--- /dev/null
+++ b/themes/hellug-minimal-2/layouts/draseis/draseis.event.html
@@ -0,0 +1,87 @@
+{{ partial "head.html" . }}
+
+{{ partial "header.html" . }}
+
+
+
+
+{{ partial "hellug-banner.html" . }}
+
+
+
+
+ {{.Content}}
+
+
+
+{{ $articlelimit := 5 }}
+{{ $articlenum := len .Pages }}
+{{ $counter := 0 }}
+{{ $lastyear := (sub now.Unix 31536000 ) }}
+{{ range first $articlelimit .Pages }}
+{{ $counter = add $counter 1 }}
+{{ if eq $counter 1 }}
+
+
+
+
{{ .Title }}
+ {{ dateFormat "02/01/2006" .Date }}
+ {{ if lt $lastyear .Date.Unix }}
+ Nέο
+ {{ end }}
+
+
+ {{ .Summary }}
+
+
Περισσότερα...
+
+
+
+
+{{else}}
+
+
+
{{ .Title }}
+ {{ dateFormat "02/01/2006" .Date }}
+ {{ if lt $lastyear .Date.Unix }}
+ Nέο
+ {{ end }}
+
+
+ {{ .Summary }}
+
Περισσότερα...
+
+
+
+{{ end }}
+{{ end }}
+
+
+
+{{ if gt $articlenum $articlelimit }}
+
+
+
Παλαιότερα άρθρα
+
+
+
+ {{ range after 10 .Pages }}
+ {{ .Title }}
+ {{ dateFormat "02/01/2006" .Date }}
+ {{ end }}
+
+
+
+{{ end }}
+
+
+
+
+
+
+{{ partial "column2.html" . }}
+
+
+
+{{ partial "footer.html" . }}
+
diff --git a/themes/hellug-minimal-2/layouts/draseis/draseis.palaioteres-drastiriotites.html b/themes/hellug-minimal-2/layouts/draseis/draseis.palaioteres-drastiriotites.html
new file mode 100644
index 0000000..a656165
--- /dev/null
+++ b/themes/hellug-minimal-2/layouts/draseis/draseis.palaioteres-drastiriotites.html
@@ -0,0 +1,87 @@
+{{ partial "head.html" . }}
+
+{{ partial "header.html" . }}
+
+
+
+
+{{ partial "hellug-banner.html" . }}
+
+
+
+
+ {{.Content}}
+
+
+
+{{ $articlelimit := 5 }}
+{{ $articlenum := len .Pages }}
+{{ $counter := 0 }}
+{{ $lastyear := (sub now.Unix 31536000 ) }}
+{{ range first $articlelimit .Pages }}
+{{ $counter = add $counter 1 }}
+{{ if eq $counter 1 }}
+
+
+
+
{{ .Title }}
+ {{ dateFormat "02/01/2006" .Date }}
+ {{ if lt $lastyear .Date.Unix }}
+ Nέο
+ {{ end }}
+
+
+ {{ .Summary }}
+
+
Περισσότερα...
+
+
+
+
+{{else}}
+
+
+
{{ .Title }}
+ {{ dateFormat "02/01/2006" .Date }}
+ {{ if lt $lastyear .Date.Unix }}
+ Nέο
+ {{ end }}
+
+
+ {{ .Summary }}
+
Περισσότερα...
+
+
+
+{{ end }}
+{{ end }}
+
+
+
+{{ if gt $articlenum $articlelimit }}
+
+
+
Παλαιότερα άρθρα
+
+
+
+ {{ range after 10 .Pages }}
+ {{ .Title }}
+ {{ dateFormat "02/01/2006" .Date }}
+ {{ end }}
+
+
+
+{{ end }}
+
+
+
+
+
+
+{{ partial "column2.html" . }}
+
+
+
+{{ partial "footer.html" . }}
+
diff --git a/themes/hellug-minimal-2/layouts/draseis/list.html b/themes/hellug-minimal-2/layouts/draseis/list.html
new file mode 100644
index 0000000..a656165
--- /dev/null
+++ b/themes/hellug-minimal-2/layouts/draseis/list.html
@@ -0,0 +1,87 @@
+{{ partial "head.html" . }}
+
+{{ partial "header.html" . }}
+
+
+
+
+{{ partial "hellug-banner.html" . }}
+
+
+
+
+ {{.Content}}
+
+
+
+{{ $articlelimit := 5 }}
+{{ $articlenum := len .Pages }}
+{{ $counter := 0 }}
+{{ $lastyear := (sub now.Unix 31536000 ) }}
+{{ range first $articlelimit .Pages }}
+{{ $counter = add $counter 1 }}
+{{ if eq $counter 1 }}
+
+
+
+
{{ .Title }}
+ {{ dateFormat "02/01/2006" .Date }}
+ {{ if lt $lastyear .Date.Unix }}
+ Nέο
+ {{ end }}
+
+
+ {{ .Summary }}
+
+
Περισσότερα...
+
+
+
+
+{{else}}
+
+
+
{{ .Title }}
+ {{ dateFormat "02/01/2006" .Date }}
+ {{ if lt $lastyear .Date.Unix }}
+ Nέο
+ {{ end }}
+
+
+ {{ .Summary }}
+
Περισσότερα...
+
+
+
+{{ end }}
+{{ end }}
+
+
+
+{{ if gt $articlenum $articlelimit }}
+
+
+
Παλαιότερα άρθρα
+
+
+
+ {{ range after 10 .Pages }}
+ {{ .Title }}
+ {{ dateFormat "02/01/2006" .Date }}
+ {{ end }}
+
+
+
+{{ end }}
+
+
+
+
+
+
+{{ partial "column2.html" . }}
+
+
+
+{{ partial "footer.html" . }}
+
diff --git a/themes/hellug-minimal-2/layouts/draseis/terms.html b/themes/hellug-minimal-2/layouts/draseis/terms.html
new file mode 100644
index 0000000..e7af72a
--- /dev/null
+++ b/themes/hellug-minimal-2/layouts/draseis/terms.html
@@ -0,0 +1,67 @@
+{{ partial "head.html" . }}
+
+{{ partial "header.html" . }}
+
+
+
+
+ {{ if .Params.bannertemplate }}
+ {{ partial .Params.bannertemplate . }}
+ {{else}}
+ {{ partial "hellug-banner.html" . }}
+ {{end}}
+
+
+
+
+ {{.Content}}
+
+
+
+{{ $articlelimit := 10 }}
+{{ $articlenum := len .Pages }}
+{{ $lastyear := (sub now.Unix 31536000 ) }}
+{{ range first $articlelimit .Pages }}
+
+{{ end }}
+
+
+{{ if gt $articlenum $articlelimit }}
+
+
+
+
Άλλες Κατηγορίες
+
+
+
+
+
+{{ end }}
+
+
+
+
+{{ partial "column2.html" . }}
+
+
+
+{{ partial "footer.html" . }}
+
diff --git a/themes/hellug-minimal-2/layouts/index.html b/themes/hellug-minimal-2/layouts/index.html
new file mode 100644
index 0000000..9e02e22
--- /dev/null
+++ b/themes/hellug-minimal-2/layouts/index.html
@@ -0,0 +1,42 @@
+{{ partial "head.html" . }}
+{{ partial "header.html" . }}
+
+
+
+{{.Content}}
+
+
+{{ $counter := 0 }}
+{{ $pages := .Site.RegularPages }}
+{{ $recentpostlimit := (sub now.Unix 2592000 ) }}
+{{ range first 5 $pages }}
+{{ $counter = add $counter 1 }}
+{{ if eq $counter 1 }}
+
+
+
+{{ .Title }} {{ dateFormat "02/01/2006" .Date }} {{ if lt $recentpostlimit .Date.Unix }}Nέο
+{{ end }}
+
+{{ .Summary | plainify | safeHTML }}
+
+{{ else }}
+{{ .Title }}
+{{ dateFormat "02/01/2006" .Date }}
+{{ if lt $recentpostlimit .Date.Unix }}
+Nέο {{ end }}
+{{ .Summary }}
+{{ end}}
+
+
+{{ end }}
+
+
+
+
+{{ partial "column2.html" . }}
+
+
+{{ partial "footer.html" . }}
+
+
diff --git a/themes/hellug-minimal-4/layouts/partials/breadcrump.html b/themes/hellug-minimal-2/layouts/partials/breadcrump.html
similarity index 100%
rename from themes/hellug-minimal-4/layouts/partials/breadcrump.html
rename to themes/hellug-minimal-2/layouts/partials/breadcrump.html
diff --git a/themes/hellug-minimal-2/layouts/partials/carousel.html b/themes/hellug-minimal-2/layouts/partials/carousel.html
new file mode 100644
index 0000000..186664f
--- /dev/null
+++ b/themes/hellug-minimal-2/layouts/partials/carousel.html
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
‹
+
›
+
+
diff --git a/themes/hellug-minimal-2/layouts/partials/column2.html b/themes/hellug-minimal-2/layouts/partials/column2.html
new file mode 100644
index 0000000..f139bb9
--- /dev/null
+++ b/themes/hellug-minimal-2/layouts/partials/column2.html
@@ -0,0 +1,71 @@
+
+
+
+
HEL.L.U.G Meetups!
+ {{ $counter := 0 }}
+ {{ range first 3 (index .Site.Taxonomies.draseis "meetups") }}
+ {{ if .Params.meetupdate }}
+ {{ $meetuptime := time .Params.meetupdate }}
+ {{ $meetuptimeunix := add $meetuptime.Unix 86400 }}
+ {{ if ge $meetuptimeunix now.Unix }}
+ {{ $counter = add $counter 1 }}
+
+ Nέο
+ {{ dateFormat "02/01/2006" $meetuptime }} - {{ .Params.meetuplocation }}
+
+ {{ end }}
+ {{ end }}
+ {{ end }}
+ {{ if eq $counter 0 }}
+
Δεν υπάρχουν
+ {{ end }}
+
+
+
+
+
HEL.L.U.G. Sites
+
+
+
+ {{ range .Site.Data.sidebar.links.hellug }}
+ {{ .name }}
+ {{ end }}
+
+
+
+
+
+
Ακολουθήστε τον HEL.L.U.G.
+
+
+
+
+
diff --git a/themes/hellug-minimal-2/layouts/partials/footer.html b/themes/hellug-minimal-2/layouts/partials/footer.html
new file mode 100644
index 0000000..383e7d3
--- /dev/null
+++ b/themes/hellug-minimal-2/layouts/partials/footer.html
@@ -0,0 +1,50 @@
+
+
+ {{ $currentPage := . }}
+ {{ range .Site.Menus.main }}
+ {{ if .HasChildren }}
+ {{ .Name }}
+
+
+ {{ else }}
+
+ {{ .Name }}
+
+
+ {{ end }}
+ {{ end }}
+ Σύνδεσμοι
+
+ {{ range .Site.Data.main.links.hellug }}
+ {{ .name }}
+ {{ end }}
+
+
+
+
+
+
+
+