Closed jimbrig closed 2 months ago
app_assets()
<head>
app_meta()
<meta>
app_favicon()
favicon.ico
app_logo()
plus,
bundle_app_assets()
add_external_resources()
add_resource_path()
app_assets()
: to bundle and add resources into HTML<head>
app_meta()
: to insert various<meta>
tags into HTML<head>
app_favicon()
: to apply thefavicon.ico
to the appapp_logo()
: for easier access to the logoplus,
bundle_app_assets()
add_external_resources()
add_resource_path()