Alexander O'Neill
6 years ago
3 changed files with 31 additions and 2 deletions
@ -0,0 +1,16 @@
|
||||
{# |
||||
/** |
||||
* @file footnote-link.html.twig |
||||
* Default theme implementation to present an inline reference footnote link. |
||||
* |
||||
* Available variables: |
||||
* - fn: Components of the footnote |
||||
* - link: Rendered link. |
||||
* - attributes: HTML attributes for the container element. |
||||
* |
||||
* @see template_preprocess_footnote_link(). |
||||
* |
||||
* @ingroup themeable |
||||
*/ |
||||
#} |
||||
{{ fn }} |
Loading…
Reference in new issue