diff options
| author | Kumar Damani <me@kumardamani.net> | 2023-01-04 23:40:33 +0000 |
|---|---|---|
| committer | Kumar Damani <me@kumardamani.net> | 2023-01-04 23:40:33 +0000 |
| commit | d2c85f476d05cec7682012c3c4710fab4f46b38a (patch) | |
| tree | 6c55c5ac3ed8c3fd514de6e7a34fb6b15f345947 /public/post/programs/index.html | |
| parent | 96a1150708a73f0d1fd08c1bb2ab66922853cda9 (diff) | |
build files updates
Diffstat (limited to 'public/post/programs/index.html')
| -rw-r--r-- | public/post/programs/index.html | 23 |
1 files changed, 18 insertions, 5 deletions
diff --git a/public/post/programs/index.html b/public/post/programs/index.html index 8d27d54..85cd5c2 100644 --- a/public/post/programs/index.html +++ b/public/post/programs/index.html @@ -5,7 +5,8 @@ <meta name="description" content="Git, email, resume etc."> <meta name="viewport" content="width=device-width, initial-scale=1"> -<meta charset="utf-8"/> +<meta charset="UTF-8"/> + @@ -15,8 +16,7 @@ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/academicons/1.9.1/css/academicons.min.css" integrity="sha512-b1ASx0WHgVFL5ZQhTgiPWX+68KjS38Jk87jg7pe+qC7q9YkEtFq0z7xCglv7qGIs/68d3mAp+StfC8WKC5SSAg==" crossorigin="anonymous" /> -<link rel="stylesheet" href="https://kumardamani.net/css/colour/gruvbox-dark.css"> -<link rel="stylesheet" href="https://kumardamani.net/css/colour/dark-mode.css"> +<link rel="stylesheet" href="https://kumardamani.net/css/palettes/gruvbox-dark.css"> <link rel="stylesheet" href="https://kumardamani.net/css/risotto.css"> <link rel="stylesheet" href="https://kumardamani.net/css/custom.css"> </head> @@ -29,7 +29,7 @@ <ul> - <li class="main-nav__item"><a class="nav-main-item active" href="/post/" title="Posts">Posts</a></li> + <li class="main-nav__item"><a class="nav-main-item active" href="https://kumardamani.net/post/" title="Posts">Posts</a></li> </ul> </nav> @@ -141,7 +141,20 @@ suffice it to say I will not endorse the usage of proprietary software.</p> </div> </section> - <footer class="page__footer"><p class="copyright"></p> + <footer class="page__footer"><p> + + + + + + + + + + +</p> +<br /><br /> +<p class="copyright"></p> <p class="advertisement">Powered by <a href="https://gohugo.io/">hugo</a> and <a href="https://github.com/joeroe/risotto">risotto</a>.</p> </footer> |
