EU Parliament Monitor — API Documentation - v0.8.40
    Preparing search index...

    Options for building the shared site footer.

    interface SiteFooterOptions {
        lang: LanguageCode;
        pathPrefix: string;
        articleCount?: number;
    }
    Index

    Properties

    Language code used for localization.

    pathPrefix: string

    URL path prefix prepended to relative links. Use '' for root (index) pages and '../' for pages inside news/.

    articleCount?: number

    Optional article count shown in the About section. When omitted the articles-available line is hidden.