fix: federation-mgmt extends ap-reader.njk layout for proper CSS loading (v2.12.1)
Confab-Link: http://localhost:8080/sessions/c2335791-4b8c-44a6-b1b7-8d0fa8d7f647
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@rmdes/indiekit-endpoint-activitypub",
|
"name": "@rmdes/indiekit-endpoint-activitypub",
|
||||||
"version": "2.12.0",
|
"version": "2.12.1",
|
||||||
"description": "ActivityPub federation endpoint for Indiekit via Fedify. Adds full fediverse support: actor, inbox, outbox, followers, following, syndication, and Mastodon migration.",
|
"description": "ActivityPub federation endpoint for Indiekit via Fedify. Adds full fediverse support: actor, inbox, outbox, followers, following, syndication, and Mastodon migration.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"indiekit",
|
"indiekit",
|
||||||
|
|||||||
@@ -1,14 +1,11 @@
|
|||||||
{% extends "document.njk" %}
|
{% extends "layouts/ap-reader.njk" %}
|
||||||
|
|
||||||
{% from "heading/macro.njk" import heading with context %}
|
|
||||||
{% from "card/macro.njk" import card with context %}
|
{% from "card/macro.njk" import card with context %}
|
||||||
{% from "badge/macro.njk" import badge with context %}
|
{% from "badge/macro.njk" import badge with context %}
|
||||||
{% from "prose/macro.njk" import prose with context %}
|
{% from "prose/macro.njk" import prose with context %}
|
||||||
{% from "pagination/macro.njk" import pagination with context %}
|
{% from "pagination/macro.njk" import pagination with context %}
|
||||||
|
|
||||||
{% block content %}
|
{% block readercontent %}
|
||||||
<link rel="stylesheet" href="{{ mountPath }}/assets/reader.css">
|
|
||||||
|
|
||||||
<div x-data="federationMgmt()" data-mount-path="{{ mountPath }}" data-csrf-token="{{ csrfToken }}">
|
<div x-data="federationMgmt()" data-mount-path="{{ mountPath }}" data-csrf-token="{{ csrfToken }}">
|
||||||
|
|
||||||
{# --- Collection Health --- #}
|
{# --- Collection Health --- #}
|
||||||
|
|||||||
Reference in New Issue
Block a user