Commit f4c6f15 1 parent 3f71788 commit f4c6f15 Copy full SHA for f4c6f15
File tree 2 files changed +7
-8
lines changed
2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 1
1
# Setup
2
- title : Dark Poole
2
+ title : Luca
3
3
url : https://lborruto.github.io
4
4
paginate : 1
5
5
baseurl : " "
28
28
# Options
29
29
30
30
# Replace this value and uncomment to enable Google Analytics tracking
31
- # ga_analytics: UA-000000-0
31
+ ga_analytics : G-VVVLL6T57Z
32
32
33
33
# Specify the author for blog posts
34
34
author :
@@ -41,8 +41,6 @@ version: 3.0.0
41
41
42
42
# Navbar page list
43
43
nav :
44
- - title : Home
45
- url : /
46
44
- title : About
47
45
url : /about
48
46
- title : Projects
Original file line number Diff line number Diff line change 4
4
5
5
< title >
6
6
{% if page.title == "Home" %}
7
- {{ site.title }}{% if site.tagline %} · {{ site.tagline }}{% endif %}
7
+ {{ site.title }}{% if site.tagline %} · {{ site.tagline }}{% endif %}
8
8
{% else %}
9
- {{ page.title }} · {{ site.title }}
9
+ {{ page.title }} · {{ site.title }}
10
10
{% endif %}
11
11
</ title >
12
12
13
13
< 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 }} ">
15
16
< link rel ="shortcut icon " href ="{{ '/assets/favicon.ico' | relative_url }} ">
16
17
< link rel ="alternate " type ="application/atom+xml " title ="{{ site.title }} " href ="{{ 'atom.xml' | relative_url }} ">
17
18
18
19
{% seo title=false %}
19
- </ head >
20
+ </ head >
You can’t perform that action at this time.
0 commit comments