You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exampleSite/content/basics/customization/_index.en.md
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -9,21 +9,21 @@ In `themes/hugo-theme-relearn/layouts/partials/`, you will find all the partials
9
9
10
10
This theme defines the following partials :
11
11
12
-
-`content.html`: the content page itself. This can be overridden if you wan't to display page's meta data above or below the content.
13
-
-`header.html`: the header of the content page (contains the breadcrumbs). _Not meant to be overwritten_
14
-
-`custom-header.html`: custom headers in page. Meant to be overwritten when adding CSS imports. Don't forget to include `style` HTML tag directive in your file
15
-
-`footer.html`: the footer of the content page (contains the arrows). _Not meant to be overwritten_
16
-
-`custom-footer.html`: custom footer in page. Meant to be overwritten when adding Javacript. Don't forget to include `javascript` HTML tag directive in your file
12
+
-`header.html`: the header of the page. _Not meant to be overwritten_
13
+
-`footer.html`: the footer of the page._Not meant to be overwritten_
14
+
-`menu.html`: left menu. _Not meant to be overwritten_
15
+
-`search.html`: search box. _Not meant to be overwritten_
16
+
-`custom-header.html`: custom headers in page. Meant to be overwritten when adding CSS imports. Don't forget to include `style` HTML tag directive in your file.
17
+
-`custom-footer.html`: custom footer in page. Meant to be overwritten when adding Javacript. Don't forget to include `javascript` HTML tag directive in your file.
17
18
-`favicon.html`: the favicon
18
19
-`logo.html`: the logo, on top left hand corner
19
20
-`meta.html`: HTML meta tags, if you want to change default behavior
20
-
-`menu.html`: left menu. _Not meant to be overwritten_
21
21
-`menu-pre.html`: side-wide configuration to prepend to menu items. If you override this, it is your responsiblity to take the page's `pre` setting into account.
22
22
-`menu-post.html`: side-wide configuration to append to menu items. If you override this, it is your responsiblity to take the page's `post` setting into account.
23
23
-`menu-footer.html`: footer of the the left menu
24
-
-`search.html`: search box. _Not meant to be overwritten_
25
24
-`toc.html`: table of contents
26
-
25
+
-`content.html`: the content page itself. This can be overridden if you wan't to display page's meta data above or below the content.
26
+
-`content-footer`: footer below the content, has a default implementation but you can overwrite it if you don't like it.
27
27
## Change the logo
28
28
29
29
Create a new file in `layouts/partials/` named `logo.html`. Then write any HTML you want.
Copy file name to clipboardExpand all lines: exampleSite/content/basics/migration/_index.en.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,12 @@ This document shows you what's new in the latest release. For a detailed list of
14
14
15
15
---
16
16
17
+
## 3.4.0
18
+
19
+
-**Breaking**: If you had previously overwritten the `custom-footer.html` partial to add visual elements below the content of your page, you have to move this content to the new partial `content-footer.html`. `custom-footer.html` was never meant to contain HTML other than additional styles and JavaScript.
20
+
21
+
---
22
+
17
23
## 3.3.0
18
24
19
25
-**New**: Introduction of new CSS variables to set the font. The theme distinguishs between `--MAIN-font` for all content text and `--CODE-font` for inline or block code. There are additional overrides for all headings. See the [theme variant generator]({{%relref "basics/generator" %}}) of the exampleSite for all available variables.
<iclass='fas fa-user'></i> {{ with $.Params.LastModifierEmail }}<ahref="mailto:{{ . }}">{{ end }}{{ . }}{{ with $.Params.LastModifierEmail }}</a>{{ end }}
0 commit comments