Skip to content

Commit f4c6f15

Browse files
committed
fixed form
1 parent 3f71788 commit f4c6f15

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

_config.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Setup
2-
title: Dark Poole
2+
title: Luca
33
url: https://lborruto.github.io
44
paginate: 1
55
baseurl: ""
@@ -28,7 +28,7 @@ sass:
2828
# Options
2929

3030
# Replace this value and uncomment to enable Google Analytics tracking
31-
# ga_analytics: UA-000000-0
31+
ga_analytics: G-VVVLL6T57Z
3232

3333
# Specify the author for blog posts
3434
author:
@@ -41,8 +41,6 @@ version: 3.0.0
4141

4242
# Navbar page list
4343
nav:
44-
- title: Home
45-
url: /
4644
- title: About
4745
url: /about
4846
- title: Projects

_includes/head.html

+5-4
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,17 @@
44

55
<title>
66
{% if page.title == "Home" %}
7-
{{ site.title }}{% if site.tagline %} &middot; {{ site.tagline }}{% endif %}
7+
{{ site.title }}{% if site.tagline %} &middot; {{ site.tagline }}{% endif %}
88
{% else %}
9-
{{ page.title }} &middot; {{ site.title }}
9+
{{ page.title }} &middot; {{ site.title }}
1010
{% endif %}
1111
</title>
1212

1313
<link rel="stylesheet" href="{{ 'styles.css' | relative_url }}">
14-
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="{{ '/assets/apple-touch-icon-precomposed.png' | relative_url }}">
14+
<link rel="apple-touch-icon-precomposed" sizes="144x144"
15+
href="{{ '/assets/apple-touch-icon-precomposed.png' | relative_url }}">
1516
<link rel="shortcut icon" href="{{ '/assets/favicon.ico' | relative_url }}">
1617
<link rel="alternate" type="application/atom+xml" title="{{ site.title }}" href="{{ 'atom.xml' | relative_url }}">
1718

1819
{% seo title=false %}
19-
</head>
20+
</head>

0 commit comments

Comments
 (0)