Files
fundor333.com/layouts/partials/webmention.html
Fundor333 4dab535d61 Add new partials for microformats, post cards, search functionality, and syndication
- Created `micro.html` for handling reply, repost, like, bookmark, and RSVP links.
- Added `postCard.html` for rendering individual post items with icons based on post type.
- Introduced `search-form.html` for search input and `search-index.html` for displaying search results.
- Implemented `series.html` to show related posts in a series format.
- Added `socialIcons.html` for rendering social media links.
- Created `syndication.html` to display syndication links for posts.
- Introduced `tags.html` for displaying tags and categories associated with posts.
- Added `webmention.html` for integrating webmention functionality.
- Updated SASS files for styling adjustments.
2025-06-16 00:18:49 +02:00

8 lines
259 B
HTML

<script src="/js/webmention.min.js"
data-wordcount='50'
data-page-url='{{replace (absURL .RelPermalink) "localhost:1313" "fundor333.com"}}'
data-alternative-url='{{ range .Aliases }}{{ (absURL .) }}{{ end }}' async>
</script>
<div id="webmentions"></div>