Skip to content

Modify <head> #92

@s0kil

Description

@s0kil

Currently, there is no way to dynamically modify <head> elements of a page, such as a title, and resource links.

Here is a simple way that this could be done, similar to: https://svelte.technology/guide#svelte-head

  fun render : Html {
    <head>
      <link rel="dns-prefetch" href="https://cdn.varvy.com">
    <head>

    <div>
      <{ "Hello" }>
    </div>
  }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions