Skip to content

Commit d4544ff

Browse files
committed
rename logo.svg to asciidoctor-logo.svg
1 parent 34326c1 commit d4544ff

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.

src/partials/footer-content.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<footer class="footer">
22
<div class="footer-main">
33
<figure class="footer-brand">
4-
<a class="logo" href="https://asciidoctor.org"><img src="{{uiRootPath}}/img/logo.svg" alt="Asciidoctor"></a>
4+
<a class="logo" href="https://asciidoctor.org"><img src="{{uiRootPath}}/img/asciidoctor-logo.svg" alt="Asciidoctor"></a>
55
<figcaption class="footer-brand-name"><a href="https://asciidoctor.org">Asciidoctor</a></figcaption>
66
</figure>
77
<ul class="footer-brand-links">

src/partials/header-content.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<header class="header">
22
<nav class="navbar">
33
<div class="navbar-brand">
4-
<a class="navbar-item" href="https://asciidoctor.org"><img src="{{{uiRootPath}}}/img/logo.svg" alt="Asciidoctor"></a>
4+
<a class="navbar-item logo" href="https://asciidoctor.org"><img src="{{{uiRootPath}}}/img/asciidoctor-logo.svg" alt="Asciidoctor"></a>
55
<button class="navbar-burger" data-target="topbar-nav">
66
<span></span>
77
<span></span>

0 commit comments

Comments
 (0)