File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
1
< nav >
2
2
{% for item in site.data.navigation %}
3
3
<!-- Here CSS class is used to prevent incline CSS (which is not recommended) -->
4
- < a href ="{{ item.link }} " {% if page.url == item.link %}class ="current "{% endif %} >
4
+ < h3 > < a href ="{{ item.link }} " {% if page.url == item.link %}class ="current "{% endif %} >
5
5
{{ item.name }}
6
- </ a >
6
+ </ a > </ h3 >
7
7
{% endfor %}
8
8
</ nav >
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
+ <!-- This is default layout of Cayman theme. I copied this to customise it further -->
2
3
< html lang ="{{ site.lang | default: "en-US " }}">
3
4
< head >
4
5
< meta charset ="UTF-8 ">
5
6
< title > {{ page.title.fr }}</ title >
6
7
8
+ {% feed_meta %}
7
9
{% seo %}
8
10
< link rel ="preconnect " href ="https://fonts.gstatic.com ">
9
11
< link rel ="preload " href ="https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap " as ="style " type ="text/css " crossorigin >
22
24
< h1 class ="project-name "> {{ page.title.fr | default: site.title.fr | default: site.github.repository_name }}</ h1 >
23
25
< h1 class ="project-name "> {{ page.title.id | default: site.title.id | default: site.github.repository_name }}</ h1 >
24
26
< h2 class ="project-tagline "> {{ page.description.fr | default: site.description.fr | default: site.github.project_tagline }}</ h2 >
25
- < h2 class ="project-tagline "> {{ page.description.id | default: site.description.fr | default: site.github.project_tagline }}</ h2 >
27
+ < h2 class ="project-tagline "> {{ page.description.id | default: site.description.id | default: site.github.project_tagline }}</ h2 >
26
28
{% if site.github.is_project_page %}
27
29
< a href ="{{ site.github.repository_url }} " class ="btn "> View on GitHub</ a >
28
30
{% endif %}
@@ -37,10 +39,10 @@ <h2 class="project-tagline">{{ page.description.id | default: site.description.f
37
39
{{ content }}
38
40
39
41
< footer class ="site-footer ">
40
- {% if site.github.is_project_page %}
42
+ <!-- {% if site.github.is_project_page %}
41
43
<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>
42
44
{% endif %}
43
- < span class ="site-footer-credits "> This page was generated by < a href ="https://pages.github.com "> GitHub Pages</ a > .</ span >
45
+ <span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a>.</span> -->
44
46
</ footer >
45
47
</ main >
46
48
</ body >
You can’t perform that action at this time.
0 commit comments