diff --git a/_config.yml b/_config.yml
index 1388c5e2..d6c9410d 100644
--- a/_config.yml
+++ b/_config.yml
@@ -36,8 +36,6 @@ twitter:
# Build settings
markdown: kramdown
theme: minima
-plugins:
- - jekyll-feed
permalink: /:slug
diff --git a/last-call.xml b/last-call.xml
index 35baa92e..8f0fbb2f 100644
--- a/last-call.xml
+++ b/last-call.xml
@@ -8,15 +8,28 @@ layout: null
EIP #{{ eip.eip }} - {{eip.title }} is in Last Call status. It is authored by {{ eip.author }} and was originally created {{ eip.created }}. It is in the {{ eip.category }} category of type {{ eip.type }}. Please review and note any changes that should block acceptance.
+ {% if eip.discussions-to %} +The author has requested that discussions happen at the following URL: {{ eip.discussions-to }}
+ {% else %} +Please visit the [ethereum/EIPs issues to comment](https://github.com/ethereum/EIPs/issues/{{eip.eip}}).
+ {% endif %} +