page_head | R Documentation |
Adds to the <head>
tag of a page being build with site_build
.
page_head(..., title = "", description = "", icon = "")
... |
Content to be added to the |
title |
Text to appear as the site's name (as in a browser tab); added to a |
description |
Text describing the site; added to a |
icon |
Path to an image for the site's icon. |
A character vector of the content to be added.
## Not run:
page_head(title = "Site Name")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.