diff options
| author | Shulhan <m.shulhan@gmail.com> | 2020-03-04 22:52:42 +0700 |
|---|---|---|
| committer | Shulhan <m.shulhan@gmail.com> | 2020-03-04 22:52:42 +0700 |
| commit | 02deb0ba26d5be0e9fb60f9bd3eaa254cd4d24bc (patch) | |
| tree | 99e18f3d6c26c201ef53728764fe915e8720ad89 | |
| parent | b4726e8fb24c06403f372e959081915f8f940086 (diff) | |
| download | golang-id-web-02deb0ba26d5be0e9fb60f9bd3eaa254cd4d24bc.tar.xz | |
templates: tambah meta tag "description", "robots", dan bahasa
| -rw-r--r-- | templates/html.tmpl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/html.tmpl b/templates/html.tmpl index bf2acd3..74c6bb9 100644 --- a/templates/html.tmpl +++ b/templates/html.tmpl @@ -1,9 +1,12 @@ -<!DOCTYPE html> +<!DOCTYPE html lang="id"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="theme-color" content="#375EAB" /> + <meta name="description" content="Situs komunitas Go Indonesia"/> + <meta keywords="komunitas Go indonesia"/> + <meta name="robots" content="index,follow"/> <title>{{.Title}}</title> <link rel="stylesheet" href="/assets/style.css" /> |
