diff --git a/content/member.html b/content/member.html
new file mode 100644
index 0000000..f4770b7
--- /dev/null
+++ b/content/member.html
@@ -0,0 +1,21 @@
+---
+title: "Έλεγχος συνδρομής"
+url: "/member"
+bannertemplate: "null.html"
+---
+
+
+
+
Έλεγχος συνδρομής
+
+
+
+
diff --git a/layouts/_default/rss.xml b/layouts/_default/rss.xml
index fe62685..e49c966 100644
--- a/layouts/_default/rss.xml
+++ b/layouts/_default/rss.xml
@@ -1,8 +1,12 @@
{{- $pctx := . -}}
{{- if .IsHome -}}{{ $pctx = .Site }}{{- end -}}
{{- $pages := slice -}}
+{{- if or $.IsHome $.IsSection -}}
{{- $pages = $pctx.RegularPages -}}
-{{- $limit := 10 -}}
+{{- else -}}
+{{- $pages = $pctx.Pages -}}
+{{- end -}}
+{{- $limit := .Site.Config.Services.RSS.Limit -}}
{{- if ge $limit 1 -}}
{{- $pages = $pages | first $limit -}}
{{- end -}}
diff --git a/layouts/index.rss.xml b/layouts/index.rss.xml
deleted file mode 100644
index fe62685..0000000
--- a/layouts/index.rss.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-{{- $pctx := . -}}
-{{- if .IsHome -}}{{ $pctx = .Site }}{{- end -}}
-{{- $pages := slice -}}
-{{- $pages = $pctx.RegularPages -}}
-{{- $limit := 10 -}}
-{{- if ge $limit 1 -}}
-{{- $pages = $pages | first $limit -}}
-{{- end -}}
-{{- printf "" | safeHTML }}
-
-
- {{ if eq .Title .Site.Title }}{{ .Site.Title }}{{ else }}{{ with .Title }}{{.}} on {{ end }}{{ .Site.Title }}{{ end }}
- {{ .Permalink }}
- Recent content {{ if ne .Title .Site.Title }}{{ with .Title }}in {{.}} {{ end }}{{ end }}on {{ .Site.Title }}
- Hugo -- gohugo.io{{ with .Site.LanguageCode }}
- {{.}}{{end}}{{ with .Site.Author.email }}
- {{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}{{end}}{{ with .Site.Author.email }}
- {{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}{{end}}{{ with .Site.Copyright }}
- {{.}}{{end}}{{ if not .Date.IsZero }}
- {{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}{{ end }}
- {{- with .OutputFormats.Get "RSS" -}}
- {{ printf "" .Permalink .MediaType | safeHTML }}
- {{- end -}}
- {{ range $pages }}
- -
- {{ .Title }}
- {{ .Permalink }}
- {{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}
- {{ with .Site.Author.email }}{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}{{end}}
- {{ .Permalink }}
- {{ .Content | html }}
-
- {{ end }}
-
-
diff --git a/themes/hellug-bootstrap/layouts/partials/column2.html b/themes/hellug-bootstrap/layouts/partials/column2.html
index 75199f9..d3ef300 100644
--- a/themes/hellug-bootstrap/layouts/partials/column2.html
+++ b/themes/hellug-bootstrap/layouts/partials/column2.html
@@ -65,7 +65,6 @@
-