2X
Note
A notice disclaimer, Flat Earth Clock App 2X Referral Points Dec 20th - Jan 2nd 2022 is over!
Use your referral code and earn 2X points for each new user.
www.FlatEarthDave.com
...
Note
A notice disclaimer, Flat Earth Clock App 2X Referral Points Dec 20th - Jan 2nd 2022 is over!
The Relearn theme has been built to be as configurable as possible by defining multiple partials
In themes/hugo-theme-relearn/layouts/partials/
, you will find all the partials defined for this theme. If you need to overwrite something, don’t change the code directly. Instead follow this page. You’d create a new partial in the layouts/partials
folder of your local project. This partial will have the priority.
This theme defines the following partials :
header.html
: the header of the page. See output-formatsfooter.html
: the footer of the page. See output-formatsbody.html
: the body of the page. The body may contain of one or many articles. See output-formatsarticle.html
: the output for a single article, can contain elements around your content. See output-formatsmenu.html
: left menu. Not meant to be overwrittensearch.html
: search box. Not meant to be overwrittencustom-header.html
: custom headers in page. Meant to be overwritten when adding CSS imports. Don’t forget to includestyle
HTML tag directive in your file.custom-footer.html
: custom footer in page. Meant to be overwritten when adding JavaScript. Don’t forget to includejavascript
HTML tag directive in your file.favicon.html
: the faviconheading-pre.html
: side-wide configuration to prepend to pages title headings. If you override this, it is your responsibility to take the page’sheadingPre
setting into account.heading-post.html
: side-wide configuration to append to pages title headings. If you override this, it is your responsibility to take the page’sheadingPost
setting into account.logo.html
: the logo, on top left hand cornermeta.html
: HTML meta tags, if you want to change default behaviormenu-pre.html
: side-wide configuration to prepend to menu items. If you override this, it is your responsibility to take the page’smenuPre
setting into account.