Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c480bdf

Browse filesBrowse files
committed
correct disqus shortname
1 parent 6cc8232 commit c480bdf
Copy full SHA for c480bdf

File tree

Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Filter options
  • public/post/2018/10/15/pymc-learn-practical-probabilistic-machine-learning-in-python
Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed

‎config.toml

Copy file name to clipboardExpand all lines: config.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ enableEmoji = true
88
footnotereturnlinkcontents = "<sup>^</sup>"
99

1010
# Enable comments by entering your Disqus shortname
11-
disqusShortname = "emaasit"
11+
disqusShortname = "pymc-learn-blog"
1212

1313
# Default language to use (if you setup multilingual support)
1414
defaultContentLanguage = "en"

‎public/post/2018/10/15/pymc-learn-practical-probabilistic-machine-learning-in-python/index.html

Copy file name to clipboardExpand all lines: public/post/2018/10/15/pymc-learn-practical-probabilistic-machine-learning-in-python/index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ <h4 id="references">References</h4>
103103
return;
104104
}
105105
var d = document, s = d.createElement('script'); s.async = true;
106-
s.src = '//' + "emaasit" + '.disqus.com/embed.js';
106+
s.src = '//' + "pymc-learn-blog" + '.disqus.com/embed.js';
107107
s.setAttribute('data-timestamp', +new Date());
108108
(d.head || d.body).appendChild(s);
109109
})();

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.