File tree Expand file tree Collapse file tree 1 file changed +3
-13
lines changed Expand file tree Collapse file tree 1 file changed +3
-13
lines changed Original file line number Diff line number Diff line change 16
16
< a id ="skip-to-content " href ="#content "> Skip to the content.</ a >
17
17
18
18
< 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 >
28
21
</ header >
29
22
30
23
< main id ="content " class ="main-content " role ="main ">
31
24
{{ content }}
32
25
33
26
< 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 %}
38
28
</ footer >
39
29
</ main >
40
30
</ body >
You can’t perform that action at this time.
0 commit comments