diff options
Diffstat (limited to 'public/posts/2024-12-08-01.html')
| -rw-r--r-- | public/posts/2024-12-08-01.html | 42 |
1 files changed, 23 insertions, 19 deletions
diff --git a/public/posts/2024-12-08-01.html b/public/posts/2024-12-08-01.html index 919339c..fec317b 100644 --- a/public/posts/2024-12-08-01.html +++ b/public/posts/2024-12-08-01.html @@ -15,25 +15,29 @@ <body> <main> - <h1>a73x</h1> - <sub>high effort, low reward</sub> - <nav class="nav"> - <ul> - - - <li><a class="no-decorations" href="/">home</a></li> - - - - <li><a class="no-decorations" href="/posts">posts</a></li> - - - - <li><a class="no-decorations" href="/ethos">ethos</a></li> - - - </ul> - </nav> + <div class="header"> + <div class="header-title"> + <h1>a73x</h1> + <sub>high effort, low reward</sub> + </div> + <nav class="nav"> + <ul> + + + <li><a class="no-decorations" href="/">home</a></li> + + + + <li><a class="no-decorations" href="/posts">posts</a></li> + + + + <li><a class="no-decorations" href="/ethos">ethos</a></li> + + + </ul> + </nav> + </div> <h1>Simplifying Interfaces with Function Types</h1> <p>In Go, you can define methods on type aliases, which means that we can define a type alias of a function, and then define methods on that function.</p> |
