Skip to content

Commit

Permalink
Minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
codytwinton committed Mar 31, 2019
1 parent 82015b0 commit 985b67f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 13 deletions.
20 changes: 12 additions & 8 deletions _data/menus.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
---
home:
- identifier:
url: "#work"
weight: 1
title: Work
- identifier:
url: "#about"
weight: 2
title: About
- identifier:
url: "#work"
weight: 1
title: Work
- identifier:
url: "#about"
weight: 2
title: About
- identifier:
url: "#contact"
weight: 3
title: Contact
2 changes: 1 addition & 1 deletion _includes/utilities/contact-form.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
-->
{%- endcomment -%}

<h2 class="display-1">Contact</h2>
<h2 id="contact" class="display-1">Contact</h2>

<form method="POST" action="https://formspree.io/{{ include.to_email }}">
<input type="hidden" name="_subject" value="{{ include.subject }}" />
Expand Down
7 changes: 3 additions & 4 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,10 @@
<link rel="canonical" href="{{ page.url | replace:'index.html','' | absolute_url }}">
<link rel="alternate" type="application/rss+xml" title="{{ site.title | escape }}" href="{{ '/feed.xml' | relative_url }}">

{% assign default_favicon = "assets/images/favicon.png" | relative_url -%}
{% assign default_favicon = "assets/images/favicon.png" -%}

<link rel="icon" type="image/png" href="{{ site.favicon | default: default_favicon }}">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp"
crossorigin="anonymous">
<link rel="icon" type="image/png" href="{{ site.favicon | default: default_favicon | relative_url }}">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">

<link rel="stylesheet" href="{{ '/assets/css/main.css' | relative_url }}">

Expand Down

0 comments on commit 985b67f

Please sign in to comment.