diff options
| author | Sadeep Madurange <sadeep@asciimx.com> | 2025-10-26 16:37:12 +0800 |
|---|---|---|
| committer | Sadeep Madurange <sadeep@asciimx.com> | 2025-10-26 16:50:18 +0800 |
| commit | f6d945cd589921886508f7e4338bd4549dab28d3 (patch) | |
| tree | 1d1adc2b1c5c60d17fddb64eea37620dd5291510 /_includes | |
| parent | 8b950000ad6e6614b9fb82bf3128aeeb92364611 (diff) | |
| download | www-f6d945cd589921886508f7e4338bd4549dab28d3.tar.gz | |
Fix css for firefox android and other mobile.
Diffstat (limited to '_includes')
| -rw-r--r-- | _includes/header.html | 3 | ||||
| -rw-r--r-- | _includes/nav.html | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/_includes/header.html b/_includes/header.html index d83b3ea..610976f 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -1,5 +1,6 @@ <head> -<meta charset="utf-8"> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> <title>{{ page.title }}</title> <link rel="stylesheet" href="/assets/css/main.css"> <link rel="stylesheet" href="/assets/css/skeleton.css"> diff --git a/_includes/nav.html b/_includes/nav.html index 471012c..985d635 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -8,7 +8,7 @@ <a href="{{ site.baseurl }}/archive/">arc</a> </li> <li {% if parts[1] == "projects" %}class="active"{% endif %}> - <a href="{{ site.baseurl }}/projects/">pjt</a> + <a href="{{ site.baseurl }}/projects/">prj</a> </li> <li {% if page.url == "/about/" %}class="active"{% endif %}> <a href="{{ site.baseurl }}/about/">abt</a> |
