[12/03/23] added subdomains for blog and til, sorted category links accordingly
This commit is contained in:
parent
66983f0a5c
commit
56514e3cef
46 changed files with 3106 additions and 48 deletions
|
@ -6,7 +6,7 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta property="og:title" content="latest posts">
|
||||
<meta property="og:image" content="https://andrewconl.in/assets/images/og-image-template.jpg">
|
||||
<meta property="og:url" content="/blog.html">
|
||||
<meta property="og:url" content="/blog">
|
||||
<title>andrew conlin</title>
|
||||
<link href="https://use.fontawesome.com/releases/v5.0.2/css/all.css" rel="stylesheet">
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet">
|
||||
|
@ -46,13 +46,13 @@
|
|||
|
||||
<div class="col">
|
||||
<h4>
|
||||
<a href="/index.html" class="text-decoration-none"> about </a>
|
||||
<a href="/" class="text-decoration-none"> about </a>
|
||||
</h4>
|
||||
</div>
|
||||
|
||||
<div class="col">
|
||||
<h4>
|
||||
<a href="/blog.html" class="text-decoration-none"> blog </a>
|
||||
<a href="/blog" class="text-decoration-none"> blog </a>
|
||||
</h4>
|
||||
</div>
|
||||
|
||||
|
@ -112,7 +112,7 @@
|
|||
|
||||
|
||||
<li>
|
||||
<h4><a href="/thoughts/2023/03/10/putting-thoughts-into-action.html">A measure of how easily thoughts can be translated to action</a></h4>
|
||||
<h4><a href="/blog/2023/03/10/putting-thoughts-into-action">A measure of how easily thoughts can be translated to action</a></h4>
|
||||
<div style="font-family:Rubik;font-weight:500;">
|
||||
<i class="fas fa-calendar"></i> 10 Mar 2023 |
|
||||
<span style="background-color:limegreen;color:black;"> <i class="fas fa-folder"></i> thoughts </span>
|
||||
|
@ -125,7 +125,7 @@
|
|||
|
||||
|
||||
<li>
|
||||
<h4><a href="/quotes/2023/03/05/yuri-felsen-on-love.html">Yuri Felsen on love</a></h4>
|
||||
<h4><a href="/blog/2023/03/05/yuri-felsen-on-love">Yuri Felsen on love</a></h4>
|
||||
<div style="font-family:Rubik;font-weight:500;">
|
||||
<i class="fas fa-calendar"></i> 05 Mar 2023 |
|
||||
<span style="background-color:fuchsia;color:black;"> <i class="fas fa-folder"></i> quotes </span>
|
||||
|
@ -138,7 +138,7 @@
|
|||
|
||||
|
||||
<li>
|
||||
<h4><a href="/til/2023/03/01/nextcloud-php-errors.html">Fixing php errors in a Nextcloud docker-compose configuration</a></h4>
|
||||
<h4><a href="/til/nextcloud-php-errors">Fixing php errors in a Nextcloud docker-compose configuration</a></h4>
|
||||
<div style="font-family:Rubik;font-weight:500;">
|
||||
<i class="fas fa-calendar"></i> 01 Mar 2023 |
|
||||
<span style="background-color:gold;color:black;"> <i class="fas fa-folder"></i> til </span>
|
||||
|
@ -151,7 +151,7 @@
|
|||
|
||||
|
||||
<li>
|
||||
<h4><a href="/thoughts/2023/01/14/musings-on-the-cinema.html">Musings on the power of cinema</a></h4>
|
||||
<h4><a href="/blog/2023/01/14/musings-on-the-cinema">Musings on the power of cinema</a></h4>
|
||||
<div style="font-family:Rubik;font-weight:500;">
|
||||
<i class="fas fa-calendar"></i> 14 Jan 2023 |
|
||||
<span style="background-color:limegreen;color:black;"> <i class="fas fa-folder"></i> thoughts </span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue