Skip to content

Commit ad84e70

Browse files
committed
Add a comment form
1 parent a0821da commit ad84e70

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

content/this-month/2020-12/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Welcome to a new issue of _"This Month in Rust OSDev"_. In these posts, we will
1515

1616
<!-- more -->
1717

18-
This series is openly developed [on GitHub](https://github.com/rust-osdev/homepage/). Feel free to open pull requests there with content you would like to see in the next issue. If you find some issues on this page, please report them by [creating an issue](https://github.com/rust-osdev/homepage/issues/new).
18+
This series is openly developed [on GitHub](https://github.com/rust-osdev/homepage/). Feel free to open pull requests there with content you would like to see in the next issue. If you find some issues on this page, please report them by [creating an issue](https://github.com/rust-osdev/homepage/issues/new) or using our new [_comment form_](#comment-form) at the bottom of this page.
1919

2020
<!--
2121
This is a draft for the upcoming "This Month in Rust OSDev (December 2020)" post.

templates/page.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,16 @@ <h1>{{ page.title }}</h1>
2020
</span>
2121

2222
{{ page.content | safe }}
23+
24+
<h2 id="comment-form">Comments</h2>
25+
26+
<script src="https://utteranc.es/client.js"
27+
repo="rust-osdev/homepage"
28+
issue-term="url"
29+
theme="github-light"
30+
crossorigin="anonymous"
31+
async>
32+
</script>
2333
{% endblock main %}
2434

2535
{% block after_main %}

0 commit comments

Comments
 (0)