Skip to content

Commit

Permalink
Update htmltemplate.html
Browse files Browse the repository at this point in the history
  • Loading branch information
florianthiery committed Mar 21, 2024
1 parent 869643d commit ab6bc8b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions templates/htmltemplate.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,10 @@
<span class="header_pt1">
<b>archaeology.link</b>&nbsp;&nbsp;<img
src="https://raw.githubusercontent.com/archaeolink-lod/unicorn-ontdoc-template-nmt/main/icons/al_circle_icon.png"
style="height: 40px !important; margin-right: 10px" />{{datasettitle}}&nbsp;|&nbsp;
style="
height: 40px !important;
margin-right: 10px;
" />{{datasettitle}}&nbsp;|&nbsp;
<i
>powered by Leibniz-Zentrum für Archäologie (LEIZA), Department of
Scientific IT</i
Expand All @@ -82,7 +85,7 @@
<script>
if (window.location.href.includes("index.html")) {
document.write(
'<h1 id="title"><img src="{{logo}}"/>{{toptitle}}<span style="font-size: 16px;font-weight: 300;font-style: italic;">EN</span></h1>'
'<h1 id="title"><img src="{{logo}}" width="25" height="25"/>{{toptitle}}<span style="font-size: 16px;font-weight: 300;font-style: italic;">EN</span></h1>'
);
} else {
document.write(
Expand Down

0 comments on commit ab6bc8b

Please sign in to comment.