Adding initial draft of resume section. Created new layout for pages with a secondary menu.
This commit is contained in:
@@ -14,6 +14,7 @@ description = "Default Layout"
|
||||
|
||||
<link href="https://fonts.googleapis.com/css2?family=Cinzel&family=Raleway:wght@500;600&display=swap" rel="stylesheet">
|
||||
<link href="{{ 'assets/css/theme.css'|theme }}" rel="stylesheet">
|
||||
{% styles %}
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="{{ 'assets/images/favicon-32x32.png'|theme }}">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="{{ 'assets/images/favicon-16x16.png'|theme }}">
|
||||
<title>{{ this.page.title }} - Ja.son-Williams.ca</title>
|
||||
@@ -21,7 +22,7 @@ description = "Default Layout"
|
||||
<body class="d-flex flex-column">
|
||||
<div id="page-content">
|
||||
<header>
|
||||
<nav class="navbar navbar-expand-lg navbar-light">
|
||||
<nav class="navbar navbar-expand-lg navbar-light" id="mainNav">
|
||||
<a class="navbar-brand" href="/"><span class="d-none d-sm-inline-block">Jason Williams</span></a></a>
|
||||
{% partial 'mainmenu' %}
|
||||
</nav>
|
||||
|
||||
Reference in New Issue
Block a user