diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
index a5cca38..1a4dd9b 100644
--- a/.github/ISSUE_TEMPLATE/config.yml
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -1,3 +1,4 @@
+blank_issues_enabled: false
contact_links:
- name: PaperMod Discussions
url: https://github.com/adityatelange/hugo-PaperMod/discussions
diff --git a/.github/ISSUE_TEMPLATE/new-blank-issue.md b/.github/ISSUE_TEMPLATE/new-blank-issue.md
new file mode 100644
index 0000000..dbc48f1
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/new-blank-issue.md
@@ -0,0 +1,7 @@
+---
+name: New Blank Issue
+about: Anything other than bug report
+title: ""
+labels: ""
+assignees: ""
+---
diff --git a/layouts/_default/rss.xml b/layouts/_default/rss.xml
index 64d50d7..8070d9d 100644
--- a/layouts/_default/rss.xml
+++ b/layouts/_default/rss.xml
@@ -40,6 +40,9 @@
{{ with .Site.Author.email }}{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}{{end}}
{{ .Permalink }}
{{ with .Description | html }}{{ . }}{{ else }}{{ .Summary | html }}{{ end -}}
+ {{- if .Site.Params.ShowFullTextinRSS }}
+ {{ .Content | html }}
+ {{- end }}
{{- end }}
{{ end }}
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 937b090..80e962a 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -25,14 +25,10 @@
{{- partial "extend_footer.html" . }}