Skip to content

Commit

Permalink
Merge pull request #111 from odcambc/main
Browse files Browse the repository at this point in the history
Adds response
  • Loading branch information
odcambc authored Oct 4, 2023
2 parents 05c79aa + 2a132cb commit 832b384
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
6 changes: 5 additions & 1 deletion _reviews/2023_chen_lucas.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,8 @@ image: "/static/img/reviews/2023_lucas.png"
peer-review:
- biorxiv_version: "2023.02.01.526705v1"
disqus: "2u852i1"
---

response:
- disqus: "2ub8gsu"

---
5 changes: 5 additions & 0 deletions reviews/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,11 @@ <h6>Read the response</h6>
{% if record.url %}
<li>Link: <a href="{{record.url}}" target="_blank" alt = "link: {{record.url}}">{{record.url}}</a></li>
{% endif %}
<!--Disqus comment-->
{% if record.disqus %}
<li>Response: <a href="http://disq.us/p/{{record.disqus}}" target="_blank" alt = "link to response as Disqus comment: {{record.disqus}}">{{record.disqus}}</a></li>
{% endif %}

{% endfor %}
{% endif %}

Expand Down

0 comments on commit 832b384

Please sign in to comment.