Skip to content

Commit

Permalink
Add OI logo
Browse files Browse the repository at this point in the history
  • Loading branch information
taz-chiles committed Nov 29, 2024
1 parent 2ddfde5 commit 3ea6efd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions _config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ const site = lume({
location: new URL("https://open-innovations.github.io/lcc-culture-dashboard/"),
});


// Include some remote asset files
site.remoteFile("assets/images/oi-square-white.svg", "https://open-innovations.org/resources/images/logos/oi-square-white.svg")

// Need to explicitly include it for Lume 2
site.use(nunjucks());


// The autodependency processor needs to be registered before the base path plugin,
// or else the autodepended paths will not be rewritten to include the path prefix
// set in location passed to the lume constructor (above)
Expand Down
2 changes: 1 addition & 1 deletion src/_includes/css/reset.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ a:not([class]) {
img,
picture {
max-width: 100%;
display: block;
/* display: block; */
}

/* Inherit fonts for inputs and buttons */
Expand Down
2 changes: 1 addition & 1 deletion src/_includes/partials/footer.njk
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
</ul>
</li>
</ul>
<p class="oi-credit">Website and visualisations created by <a href="www.open-innovations.org">Open Innovations</a></p>
<p class="oi-credit">Website and visualisations created by <img src="/assets/images/oi-square-white.svg" style="height: 1.2em; padding-left: 0.25em;padding-right: 0.25em;"></a><a href="www.open-innovations.org">Open Innovations<a href="https://open-innovations.org"></a></p>
</div>
</footer>

0 comments on commit 3ea6efd

Please sign in to comment.