Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
6c1bee7d
Commit
6c1bee7d
authored
Apr 06, 2021
by
Sylvain Gugger
Browse files
Link to new blog
parent
f7328de4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docs/source/_static/js/custom.js
docs/source/_static/js/custom.js
+1
-1
No files found.
docs/source/_static/js/custom.js
View file @
6c1bee7d
...
@@ -62,7 +62,7 @@ function addIcon() {
...
@@ -62,7 +62,7 @@ function addIcon() {
function
addCustomFooter
()
{
function
addCustomFooter
()
{
const
customFooter
=
document
.
createElement
(
"
div
"
);
const
customFooter
=
document
.
createElement
(
"
div
"
);
const
questionOrIssue
=
document
.
createElement
(
"
div
"
);
const
questionOrIssue
=
document
.
createElement
(
"
div
"
);
questionOrIssue
.
innerHTML
=
"
Stuck? Read our <a href='https://
medium.com/
huggingface'>Blog posts</a> or <a href='https://github.com/huggingface/transformers'>Create an issue</a>
"
;
questionOrIssue
.
innerHTML
=
"
Stuck? Read our <a href='https://huggingface
.co/blog
'>Blog posts</a> or <a href='https://github.com/huggingface/transformers'>Create an issue</a>
"
;
customFooter
.
appendChild
(
questionOrIssue
);
customFooter
.
appendChild
(
questionOrIssue
);
customFooter
.
classList
.
add
(
"
footer
"
);
customFooter
.
classList
.
add
(
"
footer
"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment