Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(html): Add created datetime as a meta tag #1033

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Sep 22, 2023

  1. feat(html): Add created datetime as a meta tag

    This change adds the created datetime in the UTC time zone using ISO
    datetime format for HTML output of an RFC.
    Example:
    ```
    <meta content="2023-09-22T11:16Z" name="created">
    ```
    
    Fixes ietf-tools#1032
    kesara committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    cc7206c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c8b475 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d516e0 View commit details
    Browse the repository at this point in the history