Commit graph

7 commits

Author SHA1 Message Date
welpo
86f1ba0aaa
Update webmentions styling
+ add EOL newline
+ restore some changes
2025-05-18 23:37:21 +02:00
Jeremiah Russell
c190f4001d
💄 style(webmentions): remove extra spaces and format script tag
- remove unnecessary spaces and adjust indentation for consistency
- format script tag to improve readability

 feat(webmentions): add greeting text to webmentions container

- include "hello" text within the webmentions container for initial display
2025-05-12 07:59:32 +01:00
Henri Bourcereau
fab267f0a7 🐛 fix(webmentions): remove "hello" placeholder 2025-05-08 15:37:24 +02:00
Jeremiah Russell
c788fb9ed8
♻️ refactor(webmentions): consolidate webmentions template
- move webmentions logic from shortcodes to partials for centralized management
- remove redundant webmentions shortcode file to eliminate duplication
2025-04-30 12:00:04 +01:00
Jeremiah Russell
bc65184cd6
🧹 chore(webmentions): remove commented-out script tags
- delete unused script tags from the webmentions partial template
- cleanup improves readability and reduces clutter
2025-03-19 15:01:21 +00:00
Jeremiah Russell
30819dd890
💄 style(sass): enhance webmention styling with variables
- add color and background color variables for consistent styling
  - update margins and padding for better layout

♻️ refactor(css): migrate and rename webmention CSS to SCSS
  - move webmention.css to sass/parts/_webmention.scss
  - remove unused webmention.min.css
  - update template to remove old stylesheet link
2025-02-11 12:17:32 +00:00
Jeremiah Russell
84f3301f1c
feat(webmentions): add webmentions support templates
- create webmentions partial template for page head integration
- add webmentions shortcode template to position webmentions on the page
2025-02-10 17:47:56 +00:00