File tree 4 files changed +93
-26
lines changed
4 files changed +93
-26
lines changed Original file line number Diff line number Diff line change 23
23
<link rel =" preconnect" href =" https://fonts.gstatic.com" crossorigin >
24
24
<link href =" https://fonts.googleapis.com/css2?family=Orbitron:wght@500;700;900&family=Roboto+Mono:wght@400;500&display=swap" rel =" stylesheet" >
25
25
26
- <link rel =" stylesheet" href =" /assets/styles.css" />
27
- <link rel =" icon" href =" /assets/images/favicon.ico" >
26
+ <link rel =" stylesheet" href =" {{ " /assets /styles.css " | url }} " />
27
+ <link rel =" icon" href =" {{ " /assets /images /favicon.ico " | url }} " >
28
28
</head >
29
29
<body class ={{ class }} >
30
30
{% include " header.njk" %}
Original file line number Diff line number Diff line change 1
1
<header class =" site-header" >
2
2
<a href =" #content" class =" skip-link" >Skip to content</a >
3
3
<nav class =" nav mainnav" aria-label =" Main" >
4
- <a href =" / " class =" homelink" >
5
- <img src =" /assets/images/shdbelgaumwhite.png" alt =" Home page" />
4
+ <a href =" {{ " / " | url }} " class =" homelink" >
5
+ <img src =" {{ " /assets /images /shdbelgaumwhite.png " | url }} " alt =" Home page" />
6
6
</a >
7
7
<ol class =" nav__items" >
8
8
{% for item in mainnav %}
9
9
<li class =" nav__item" >
10
10
<a
11
- href =" {{ item.url }}"
11
+ href =" {{ item.url | url }}"
12
12
class =" nav__link {% if item.type == 'primary' %}primary{% endif %}"
13
13
{% if item.url === page.url or (item.url ! == ' /' and item.url in page.url) %}aria-current =" page" {% endif %} >
14
14
{{ item .name }}
Original file line number Diff line number Diff line change 1
1
{
2
2
"devDependencies" : {
3
- "@11ty/eleventy" : " ^2.0.1"
3
+ "@11ty/eleventy" : " ^2.0.1" ,
4
+ "markdown-it" : " ^14.1.0"
4
5
}
5
6
}
You can’t perform that action at this time.
0 commit comments