diff --git a/themes/hellug-minimal-2/layouts/404.html b/themes/hellug-minimal-2/layouts/404.html
deleted file mode 100644
index 5d19475..0000000
--- a/themes/hellug-minimal-2/layouts/404.html
+++ /dev/null
@@ -1,9 +0,0 @@
-{{ 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
deleted file mode 100644
index 198b2f1..0000000
--- a/themes/hellug-minimal-2/layouts/_default/events.html
+++ /dev/null
@@ -1,41 +0,0 @@
-{{ 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
deleted file mode 100644
index 4083706..0000000
--- a/themes/hellug-minimal-2/layouts/_default/list.gopher.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-!{{ .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
deleted file mode 100644
index e591035..0000000
--- a/themes/hellug-minimal-2/layouts/_default/list.html
+++ /dev/null
@@ -1,91 +0,0 @@
-{{ 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
deleted file mode 100644
index 5e819d4..0000000
--- a/themes/hellug-minimal-2/layouts/_default/meetups.html
+++ /dev/null
@@ -1,40 +0,0 @@
-{{ 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
deleted file mode 100644
index dbdad87..0000000
--- a/themes/hellug-minimal-2/layouts/_default/news.html
+++ /dev/null
@@ -1,30 +0,0 @@
-{{ 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
deleted file mode 100644
index df70f63..0000000
--- a/themes/hellug-minimal-2/layouts/_default/pages.gmi
+++ /dev/null
@@ -1,30 +0,0 @@
-# {{ .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
deleted file mode 100644
index 9a516f5..0000000
--- a/themes/hellug-minimal-2/layouts/_default/single.gmi
+++ /dev/null
@@ -1,33 +0,0 @@
-# {{ .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
deleted file mode 100644
index ccb98a3..0000000
--- a/themes/hellug-minimal-2/layouts/_default/single.gopher.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-# {{ .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
deleted file mode 100644
index 12e71e6..0000000
--- a/themes/hellug-minimal-2/layouts/_default/single.html
+++ /dev/null
@@ -1,23 +0,0 @@
-{{ 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
deleted file mode 100644
index a656165..0000000
--- a/themes/hellug-minimal-2/layouts/_default/terms.html
+++ /dev/null
@@ -1,87 +0,0 @@
-{{ 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
deleted file mode 100644
index b88f530..0000000
--- a/themes/hellug-minimal-2/layouts/_default/tests.html
+++ /dev/null
@@ -1,36 +0,0 @@
-{{ 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
deleted file mode 100644
index a656165..0000000
--- a/themes/hellug-minimal-2/layouts/draseis/draseis.event.html
+++ /dev/null
@@ -1,87 +0,0 @@
-{{ 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
deleted file mode 100644
index a656165..0000000
--- a/themes/hellug-minimal-2/layouts/draseis/draseis.palaioteres-drastiriotites.html
+++ /dev/null
@@ -1,87 +0,0 @@
-{{ 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
deleted file mode 100644
index a656165..0000000
--- a/themes/hellug-minimal-2/layouts/draseis/list.html
+++ /dev/null
@@ -1,87 +0,0 @@
-{{ 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
deleted file mode 100644
index e7af72a..0000000
--- a/themes/hellug-minimal-2/layouts/draseis/terms.html
+++ /dev/null
@@ -1,67 +0,0 @@
-{{ 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
deleted file mode 100644
index 9e02e22..0000000
--- a/themes/hellug-minimal-2/layouts/index.html
+++ /dev/null
@@ -1,42 +0,0 @@
-{{ 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-2/layouts/partials/breadcrump.html b/themes/hellug-minimal-2/layouts/partials/breadcrump.html
deleted file mode 100644
index b55f9ca..0000000
--- a/themes/hellug-minimal-2/layouts/partials/breadcrump.html
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
diff --git a/themes/hellug-minimal-2/layouts/partials/carousel.html b/themes/hellug-minimal-2/layouts/partials/carousel.html
deleted file mode 100644
index 186664f..0000000
--- a/themes/hellug-minimal-2/layouts/partials/carousel.html
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
‹
-
›
-
-
diff --git a/themes/hellug-minimal-2/layouts/partials/column2.html b/themes/hellug-minimal-2/layouts/partials/column2.html
deleted file mode 100644
index f139bb9..0000000
--- a/themes/hellug-minimal-2/layouts/partials/column2.html
+++ /dev/null
@@ -1,71 +0,0 @@
-
-
-
-
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
deleted file mode 100644
index 383e7d3..0000000
--- a/themes/hellug-minimal-2/layouts/partials/footer.html
+++ /dev/null
@@ -1,50 +0,0 @@
-
-
- {{ $currentPage := . }}
- {{ range .Site.Menus.main }}
- {{ if .HasChildren }}
- {{ .Name }}
-
-
- {{ else }}
-
- {{ .Name }}
-
-
- {{ end }}
- {{ end }}
- Σύνδεσμοι
-
- {{ range .Site.Data.main.links.hellug }}
- {{ .name }}
- {{ end }}
-
-
-
-
-
-
-
-