Skip to content

Conversation

pull[bot]
Copy link

@pull pull bot commented Feb 4, 2022

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

@pull pull bot added ⤵️ pull merge-conflict Resolve conflicts manually labels Feb 4, 2022
RichardSlater and others added 28 commits May 7, 2022 19:38
Add Discord link
"Next Page" -> "Next" & "Prev Page" -> "Prev"
For #914
so that users willing to use a svg inplace of already existing text can update the i18n strings and get an svg in place
- adds the ability to use the noindex and nofollow parameters for specific pages in production mode, preventing e.g. the imprint from showing up in search engines.
- Usage: In post front-matter add,
    ---
    robotsNoIndex: true
    ---
- Keeps the license text for 3rd party lib in place after generation
as it might get removed soon
closes #637

Usage =>
Params.assets.disableScrollBarStyle: true
It was originally correct code, but it has been erroneously corrected by the commit below.
575cc0c

Co-authored-by: Aditya Telange <[email protected]>
C-Loftus and others added 30 commits March 1, 2025 12:18
**Usage**

Site level:

params:
  social:
    fediverse_creator: "@[email protected]"

Page (Overrides Site level value):

---
title: "My Page"
social:
  fediverse_creator: "@[email protected]"
---


Closes #1618 #1642

---------

Co-authored-by: Aditya Telange <[email protected]>
* Refactor cover.html

* Refactor 2

* Refactor 3

* Refactor 4

* Refactor 5

* add comments and refactor more

* Refactor cover.html to use <figcaption> for image captions

* Add comments and manage whitespace

* Remove pointer-event prevention from entry-cover image
The previous shared styling applied flex layout to both `.post-meta` and
`.breadcrumbs`, causing awkward line breaks in post metadata where
separators and reading time would appear at the start of new lines.

This change keeps the shared color and font-size styling, but only
applies flex layout to `.breadcrumbs`. Post metadata (author, date,
reading time) uses the default block flow which handles inline content
with separators more naturally.

Fixes #1789

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-authored-by: Claude <[email protected]>
…yling

fix(post_meta): add span tags for reading time, word count, and author metadata
fix(edit_post): wrap edit link in a span for consistent styling
* Add iNaturalist icon to partials/svg

* Clean up SVG by removing mask definitions

Removed unused mask definitions from SVG for inaturalist icon.

---------

Co-authored-by: Aditya Telange <[email protected]>
* Added social icon for Unity

SVG source: https://icons.getbootstrap.com/icons/unity/

* refactor

---------

Co-authored-by: Aditya Telange <[email protected]>
Add `site.Params.disableLangToggle` to disable language switch toggle if set to true.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

⤵️ pull merge-conflict Resolve conflicts manually

Projects

None yet

Development

Successfully merging this pull request may close these issues.