[30/04/23] sorted category styling and added mastodon link
This commit is contained in:
parent
f8e1f5c38d
commit
547dfe4eb3
56 changed files with 594 additions and 4035 deletions
|
@ -8,15 +8,15 @@
|
|||
<meta property="og:image" content="https://andrewconl.in/assets/images/og-image-template.jpg">
|
||||
<meta property="og:url" content="{{ page.url }}">
|
||||
<title>andrew conlin</title>
|
||||
<link href="https://use.fontawesome.com/releases/v5.0.2/css/all.css" rel="stylesheet">
|
||||
<link href="https://use.fontawesome.com/releases/v6.0.0/css/all.css" rel="stylesheet">
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="/assets/css/default.css" rel="stylesheet">
|
||||
{% include category-style.html %}
|
||||
{% include style.html a=page.categories.first %}
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="container text-start">
|
||||
{% include nav.html %}
|
||||
{% include nav.html a=page.categories.first %}
|
||||
<div class="col col-md-9">
|
||||
<h1 style="font-weight: 500;">
|
||||
{{ page.title }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue