Browse Source

fix disqus shortname

gh-pages-ethan
othree 14 years ago
parent
commit
041fbb76fb
  1. 2
      footer.html
  2. 2
      index.html

2
footer.html

@ -4,7 +4,7 @@ @@ -4,7 +4,7 @@
<div id="disqus_thread"></div>
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'example'; // required: replace example with your forum shortname
var disqus_shortname = 'markdowntw'; // required: replace example with your forum shortname
// The following are highly recommended additional parameters. Remove the slashes in front to use.
// var disqus_identifier = 'unique_dynamic_id_1234';

2
index.html

@ -793,7 +793,7 @@ _ 底線 @@ -793,7 +793,7 @@ _ 底線
<div id="disqus_thread"></div>
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'example'; // required: replace example with your forum shortname
var disqus_shortname = 'markdowntw'; // required: replace example with your forum shortname
// The following are highly recommended additional parameters. Remove the slashes in front to use.
// var disqus_identifier = 'unique_dynamic_id_1234';

Loading…
Cancel
Save