mirror of
https://github.com/wassname/template.git
synced 2026-07-29 11:28:36 +08:00
Adding an alert banner to top when not on localhost
This commit is contained in:
@@ -70,7 +70,6 @@ export default function(dom, data) {
|
||||
|
||||
div.innerHTML = oldHtml + div.innerHTML;
|
||||
|
||||
|
||||
el.querySelector("a.github").setAttribute("href", data.githubUrl);
|
||||
el.querySelector("a.github-issue").setAttribute("href", data.githubUrl + "/issues/new");
|
||||
el.querySelector(".citation.short").textContent = data.concatenatedAuthors + ", " + '"' + data.title + '", Distill, ' + data.publishedYear + ".";
|
||||
|
||||
Reference in New Issue
Block a user