Fix navbar links.
This commit is contained in:
parent
f25bfb1ef6
commit
1c0b69d693
2 changed files with 16 additions and 10 deletions
|
@ -8,12 +8,15 @@
|
|||
<link rel="stylesheet" href="css/light-syntax.css" />
|
||||
<link rel="stylesheet" href="css/dark-syntax.css" />
|
||||
</head>
|
||||
<body>
|
||||
<body class="blog">
|
||||
<div class="site-header">
|
||||
<h1 class="site-name"><a href="/">Codigo para llevar</a></h1>
|
||||
<h1 class="site-name"><a href="./">Codigo para llevar [blog]</a></h1>
|
||||
<nav class="site-links">
|
||||
<span class="fancy-link">
|
||||
<a href="https://codigoparallevar.com/">Home</a>
|
||||
<a href="../">Home</a>
|
||||
</span>
|
||||
<span class="fancy-link">
|
||||
<a href="../notes/">Notes</a>
|
||||
</span>
|
||||
<span class="fancy-link">
|
||||
<a href="https://github.com/kenkeiras">GitHub</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue