Skip to content

Commit

Permalink
Merge branch 'main' into page-meta-attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
brotkrueml authored Sep 23, 2024
2 parents ea3a0ba + 16cf4c0 commit 98846b2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Documentation/Functions/Stdwrap.rst
Original file line number Diff line number Diff line change
Expand Up @@ -935,7 +935,7 @@ formattedDate
formattedDate.locale = fr-FR
}
will result in "dimanche 12 mars 2023 à 11:16:44 heure d’été du Pacifique".
will result in "dimanche 12 mars 2023 à 11:16:44 heure d’été du Pacifique".

.. note::
The timezone will be taken from the setting `date.timezone` in your
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Functions/Typolink.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ extTarget
.. confval:: extTarget
:name: typolink-extTarget
:type: :ref:`data-type-target` / :ref:`stdwrap`
:Default: `_top`
:Default: "" (no target set)

Target used for external links

Expand Down
5 changes: 2 additions & 3 deletions Documentation/TopLevelObjects/Page/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -992,7 +992,8 @@ Demonstrates:
.. code-block:: typoscript
:caption: EXT:site_package/Configuration/TypoScript/setup.typoscript
meta.refresh = [seconds]; [URL, leave blank for same page]
page.meta.refresh = 5; url=https://example.org/
page.meta.refresh.attribute = http-equiv
.. _setup-page-meta-example-og:
Expand Down Expand Up @@ -1028,8 +1029,6 @@ Open Graph meta tags:
2 = de_DE
}
}
refresh = 5; url=https://example.org/
refresh.attribute = http-equiv
}
.. note::
Expand Down

0 comments on commit 98846b2

Please sign in to comment.