summaryrefslogtreecommitdiff
path: root/layouts/partials
AgeCommit message (Collapse)Author
2025-08-16fix: set rel=alternate for individual pagesHEADmasterMartin Fischer
2025-08-16feat: add vscode syntax highlightingMartin Fischer
2025-08-16change: replace default footer with generator meta tagsMartin Fischer
2025-08-16fix: remove default faviconMartin Fischer
2025-08-16fork: Typo as TastefejlMartin Fischer
2025-07-05Add options to hide list dates (#115)crnh
Add showListDate parameter, show readTime dot if date is present
2025-05-18Update katex, add rawhtml shortcodeFrancesco
2025-05-17Fix issue where urls have single slash after protocolLinh Nguyen
2025-05-04Word break in header menu, reduced excessive margins while wrappedFrancesco
2025-04-29Merge pull request #130 from linh-n/mainFrancesco Tomaselli
fixes #129 double slash for favicons
2025-04-26Fix double slash for faviconsLinh Nguyen
2025-04-26Include og-image.html in all pagesSangeeth Sudheer
Not sure why I added those checks earlier, but it's good to have og-image.html in all pages, like sections for tags/content categories.
2025-04-25Make opengraph.html a normal partialSangeeth Sudheer
Moves `opengraph.html` under `layout/partials` and updates `head.html` to include from the updated path. This change is needed to make things work with Hugo >=v0.144.0 as they moved templates like `opengraph.html` from `_internals` breaking existing usage. The doc also recommends doing this: https://gohugo.io/templates/embedded/#open-graph This change shouldn't affect existing users of Typo unless they override `head.html`.
2025-04-01Fix get_hook functionCorné Haasjes
2025-04-01Add support for hooks in layouts/partials/hooksCorné Haasjes
Supported hooks: - head_start - head_end - body_end - footer_start
2025-04-01Merge pull request #100 from runofthemillgeek/feat/og-image-partialFrancesco Tomaselli
Add partial to customize og:image meta property
2025-03-19Nowrap on pagination controlFrancesco
2025-03-15Add partial to customize og:image meta propertySangeeth Sudheer
Adds a new partial — `head/og-image.html` — that will render the value to be used for `og:image` meta tags. The changes preserve the existing Hugo OpenGraph template's behavior of checking and using the frontmatter or specific format of image names as the `og:image` but if that doesn't work, it will delegate to the default partial which uses `assets/images/og-image.{ext}` as the image. This partial can be overriden to allow dynamic `og:image` URLs via a third-party service. `_internal/opengraph.html` source is copied from Hugo to customize and support this feature. Docs are updated to mention its usage.
2025-03-09Add breadcrumbs config to hide current page and change home textSangeeth Sudheer
Changes `breadcrumbs` config into an object to add customizations such as hiding current page and changing the text of the home crumb. By default, Typo will now show breadcrumbs. If breadcrumbs are enabled, the current default of showing the current page crumb is preserved. BREAKING CHANGE: `breadcrumbs` is now an object so existing `breadcrumbs = <true/false>` line in config needs to be changed.
2025-02-20Cleanup breadcrumbsFrancesco
2025-02-19Update breadcrumbs styleFrancesco
2025-01-20fix: change property for nameEduardo Flores
2025-01-20add: fediverse meta tagEduardo Flores
2024-11-23move math block to baseof.htmlJuan Pablo Valencia
2024-11-18adding support for translating datesJuan Pablo Valencia
2024-10-29Merge pull request #38 from runofthemillgeek/feat/link-main-title-to-home-pageFrancesco Tomaselli
2024-10-28Make header title a link to base URL (home page)Sangeeth Sudheer
This is a common pattern found in many sites. I've also added styling to remove the underline.
2024-10-28Add support for Open Graph tagsSangeeth Sudheer
This change will allow us to use the `images` property in frontmatter to display a cover image when sharing links to content in social media. Open Graph support is provided out of the box with Hugo and is a one-line change. See docs: https://gohugo.io/templates/embedded/#open-graph
2024-09-15fix: set deaflt value of showFooter as trueArun
2024-09-15feat: show generic footerArun
2024-09-14feat: Content License and Copyright holder as FooterArun
2024-09-02Enable Umami analytics in Production onlyNick Savage
This will prevent analytics collection when testing locally.
2024-08-21Removed duplicated favicon.ico entryFrancesco
2024-08-21feat(partials): allow setting of favicon pathMaahir Ur Rahman
chore(partials): add explicit links for all favicon types
2024-08-13Uniform umami and comments inclusionFrancesco
2024-08-13Merge branch 'main' into mainFrancesco Tomaselli
2024-08-12Add RSS feed linkJesse Rusak
2024-08-11Update header.html and add support for UmamiP家单推人
- Updated header.html with necessary changes. - Added support for Umami along with relevant configurable options. - Included a new umami.html file for tracking.
2024-07-27header partial: replace deprecated .Path access with lower .Namefrancoposa
2024-07-19Implement Canonical URLArpit Gupta
This change adds canonical URL to all pages. Reference: https://developers.google.com/search/docs/crawling-indexing/consolidate-duplicate-urls#rel-canonical-link-method
2024-06-29Color pallettes and hide header modeFrancesco
2024-06-24Updated single paginationFrancesco
2024-06-24Pagination on single postsFrancesco
2024-06-09Added color palettesFrancesco
2024-05-26Added meta descriptionsFrancesco
2024-05-11Breadcrumbs and tagsFrancesco
2024-05-11Merge branch 'main' into tmpFrancesco
2024-05-11FormatFrancesco
2024-05-06Breadcrumbs tmpFrancesco
2024-05-06feat: add giscus supportnyms7