Commit 30294bd4 authored by Joe TS Dell's avatar Joe TS Dell
Browse files

bug fix

parent 03f3d053
......@@ -25,7 +25,7 @@ function addcontent(item) {
var YouTubeHTML = ''
if ('youtube' in item.links) { // to be replaced by if (item.YouTubelink) or so...
var YouTubelink = item.links.youtube // to be replaced by item.YouTubelink or so...
YouTubeHTML = `<a class="btn btn-sm btn-outline-danger" href="${YouTubelink}" target="_blank"><i class="fab fa-youtube"></i> YouTube</a>`
YouTubeHTML = `<a class="btn btn-sm btn-outline-danger mt-1" href="${YouTubelink}" target="_blank"><i class="fab fa-youtube"></i> YouTube</a>`
}
var ExploreHTML = ''
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment