From 2a132cb6213bad478784d8b4344402c2807ee1cd Mon Sep 17 00:00:00 2001 From: Chris <17653365+odcambc@users.noreply.github.com> Date: Wed, 4 Oct 2023 10:39:05 -0500 Subject: [PATCH] Adds response --- _reviews/2023_chen_lucas.md | 6 +++++- reviews/index.html | 5 +++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/_reviews/2023_chen_lucas.md b/_reviews/2023_chen_lucas.md index 4a86a5d4f..9e24cd2ae 100644 --- a/_reviews/2023_chen_lucas.md +++ b/_reviews/2023_chen_lucas.md @@ -8,4 +8,8 @@ image: "/static/img/reviews/2023_lucas.png" peer-review: - biorxiv_version: "2023.02.01.526705v1" disqus: "2u852i1" ---- + +response: + - disqus: "2ub8gsu" + +--- \ No newline at end of file diff --git a/reviews/index.html b/reviews/index.html index 6afc2899d..143543b05 100644 --- a/reviews/index.html +++ b/reviews/index.html @@ -116,6 +116,11 @@
Read the response
{% if record.url %}
  • Link: {{record.url}}
  • {% endif %} + + {% if record.disqus %} +
  • Response: {{record.disqus}}
  • + {% endif %} + {% endfor %} {% endif %}