diff options
| -rw-r--r-- | _config.yml | 3 | ||||
| -rw-r--r-- | _layouts/default.html | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/_config.yml b/_config.yml index dcbe146..edc9869 100644 --- a/_config.yml +++ b/_config.yml @@ -24,8 +24,7 @@ description: >- # this means to ignore newlines until "baseurl:" Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description. -baseurl: "/sei-website" # the subpath of your site, e.g. /blog -url: "" # the base hostname & protocol for your site, e.g. http://example.com +url: "https://sei.alee14.me" # the base hostname & protocol for your site, e.g. http://example.com # Build settings plugins: diff --git a/_layouts/default.html b/_layouts/default.html index 271fd21..af84573 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -4,6 +4,8 @@ <html lang="en"> <head> <meta charset="UTF-8"> + <meta name="description" content="The official government website for SEI of bnbmc1.x."> + <meta name="author" content="SEI Website"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> {% include head.html %} |
