Improve blog setup
- Use post title in banner. - Add native.css for testing syntax highlighting.
This commit is contained in:
parent
bfb45585ed
commit
382c9d9fc6
4 changed files with 81 additions and 3 deletions
|
|
@ -11,6 +11,7 @@
|
|||
<!-- Using bootstrap for nav/grid -->
|
||||
<link rel="stylesheet" href="/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="/css/global.css">
|
||||
<link rel="stylesheet" href="/css/native.css">
|
||||
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap" rel="stylesheet">
|
||||
|
|
|
|||
Loading…
Reference in a new issue