Skip to content

Commit 11a820a

Browse files
committed
Experienting editing Cayman footer
1 parent 3c0b5e3 commit 11a820a

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

_layouts/home.html

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -16,25 +16,15 @@
1616
<a id="skip-to-content" href="#content">Skip to the content.</a>
1717

1818
<header class="page-header" role="banner">
19-
<h1 class="project-name">{{ page.title | default: site.title | default: site.github.repository_name }} Bob</h1>
20-
<h2 class="project-tagline">{{ page.description | default: site.description | default: site.github.project_tagline }}</h2>
21-
{% if site.github.is_project_page %}
22-
<a href="{{ site.github.repository_url }}" class="btn">View on GitHub</a>
23-
{% endif %}
24-
{% if site.show_downloads %}
25-
<a href="{{ site.github.zip_url }}" class="btn">Download .zip</a>
26-
<a href="{{ site.github.tar_url }}" class="btn">Download .tar.gz</a>
27-
{% endif %}
19+
<h1 class="project-name">{{ page.title | default: site.title | default: site.github.repository_name }}</h1>
20+
<h2 class="project-tagline">For ESP32 Family MCUs</h2>
2821
</header>
2922

3023
<main id="content" class="main-content" role="main">
3124
{{ content }}
3225

3326
<footer class="site-footer">
34-
{% if site.github.is_project_page %}
35-
<span class="site-footer-owner"><a href="{{ site.github.repository_url }}">{{ site.github.repository_name }}</a> is maintained by <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a>.</span>
36-
{% endif %}
37-
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a>.</span>
27+
{% include footer.html %}
3828
</footer>
3929
</main>
4030
</body>

0 commit comments

Comments
 (0)