-
Notifications
You must be signed in to change notification settings - Fork 1
06.04 Metadata for SC Header
-
<meta charset="UTF-8" />
Makes browser use Unicode character set.
-
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
Forces IE to use either Chrome frame if installed, or the latest installed engine for IE. This technically breaks HTML5 validation.
-
<title>SuttaCentral—Early Buddhist texts, translations, and parallels</title>
Appears in tab. This is best adapted per page using identifiers. The favicon will still indicate we are on SC. <title>DN1-en</title>
-
<meta name="viewport" content="width=device-width">
Tell iOS to scale a webpage to a 1:1 pixel ratio when the page loads
-
<meta name="author" content="Bhikkhu Analayo">
List author or translator when relevant. Include link to author home page.
-
<meta name="keywords" content="agamas, buddhism, samyukta, translation, impermanence">
Supplies keywords. These can be added by hand, or automatically derived from the indexs from English translations. They are usually not significant for search engines. But they can be extracted and given as a list of "tags" to help navigation. The tags themselves should be marked with <a rel="tag">
-
<script type="text/javascript" src="jquery.min.js"></script>
Calls jquery library for javascript functions.