// ~/document_base_folder/000_includes // Asciidoc attribute includes: attributes.asciidoc // ----------------------------------------------------------------------------- // URLs - Internal references and/or sources on the Internet // ----------------------------------------------------------------------------- tag::urls[] end::urls[] // FOOTNOTES, global asciidoc attributes (variables) // ----------------------------------------------------------------------------- tag::footnotes[] :fn-bootstrap-v5--responsive-text: footnote:[https://getbootstrap.com/docs/5.0/content/typography/#responsive-font-sizes[Supported with Bootstrap V5 ยท Responsive font sizes, window="_blank"]] end::footnotes[] // Tags - Asciidoc attributes used internally // ----------------------------------------------------------------------------- tag::tags[] end::tags[] // Data - Data elements for Asciidoctor extensions // ----------------------------------------------------------------------------- tag::data[] :data-images-standalone: "assets/images/modules/gallery/old_times/image_02.jpg, GrandPa's 80th Birthday" :data-images-group: "assets/images/modules/gallery/old_times/image_03.jpg, GrandPa's annual journey, assets/images/modules/gallery/old_times/image_04.jpg, GrandPa's annual journey" :data-images--themes-menu: "assets/images/pages/roundtrip/themes-menu-1280x800.jpg, Themes menu (Bootswatch)" :data-quicksearch-icon: "assets/images/pages/roundtrip/600_quicksearch/quicksearch_icon-800x200.jpg, Search button (magnifier) in the quick access area" :data-quicksearch-input: "assets/images/pages/roundtrip/600_quicksearch/quicksearch_input-800x200.jpg, Input bar for a QuickSearch" end::data[] // Images - Images from local include/images folder // ----------------------------------------------------------------------------- tag::images[] end::images[] // PRODUCTS, local product information (e.g. release) // ----------------------------------------------------------------------------- tag::products[] end::products[] // AUTHORS, local author information (e.g. article) // ----------------------------------------------------------------------------- tag::authors[] end::authors[]