Redesign project site
This commit is contained in:
@@ -31,13 +31,10 @@ links:
|
||||
<link href="https://unpkg.com/tachyons/css/tachyons.min.css" rel="stylesheet">
|
||||
<link href="style.css" rel="stylesheet">
|
||||
</head>
|
||||
<body class="ma0 rubik font-smoothing black-60 bg-near-white">
|
||||
|
||||
<div class="bg-white">
|
||||
{% include header.html %}
|
||||
{% include icons.html %}
|
||||
</div>
|
||||
<body class="ma0 rubik font-smoothing black-60 bg-white">
|
||||
|
||||
{% include header.html %}
|
||||
{% include icons.html %}
|
||||
{% include footer.html links=page.links %}
|
||||
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user