Skip to content

Commit da163e8

Browse files
committed
Add meta description and fix title
1 parent ec56988 commit da163e8

File tree

6 files changed

+11
-16
lines changed

6 files changed

+11
-16
lines changed

README.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
# netcentric.github.io
2-
3-
Netcentric Open Source Site
1+
# Netcentric Open Source Site
42

53
## To Do
64

@@ -9,14 +7,13 @@ Netcentric Open Source Site
97
- [x] Add basic NC values to configuration
108
- [x] Add NC Logo
119
- [ ] Add some NC color touches
12-
- [ ] Add Homepage content
13-
- [ ] Add Homepage meta description
14-
- [ ] Add Homepage meta title
10+
- [x] Add Homepage content
11+
- [x] Add Homepage meta description
12+
- [x] Add Homepage meta title
1513
- [x] Add footer links back to NC site
16-
- [ ] Add link to Github Org
17-
- [ ] Add About content
18-
- [ ] Add Projects Content
19-
- [ ] Remove demo content
14+
- [x] Add link to Github Org
15+
- [x] Add About content
16+
- [x] Remove demo content
2017
- [x] Remove demo content images
2118
- [ ] See if we can unused JS/CSS
2219
- [ ] Performance checks

config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ paginate = 6
5959
logo = "images/netcentric-logo.svg"
6060
home = "Home"
6161
# Meta data
62-
description = ""
62+
description = "At Netcentric we value open source and encourage everyone internally and externally to contribute to our projects..."
6363
author = "Themefisher"
6464
# Google Analitycs
6565
googleAnalitycsID = "" # Your ID

content/about/_index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
title: "About"
33
date: 2021-12-23T15:28:43+06:00
44
draft: false
5-
description: ""
65
layout: page
76
---
87

9-
{{% about %}}
8+
{{% about %}}

content/code-of-conduct/_index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: "Code of Conduct"
33
date: 2021-12-23T15:28:43+06:00
44
draft: false
5-
description: ""
65
layout: page
76
---
87

data/homepage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ banner:
33
enable : true
44
title : "We ❤️ Open Source"
55
image : "images/about/book.png"
6-
content : "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam venenatis lacinia justo, at consequat quam viverra vitae. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Etiam non porta urna, ac pulvinar odio. Curabitur hendrerit blandit faucibus."
6+
content : "At Netcentric we value open source and encourage everyone internally and externally to contribute to our projects."
77
cta:
88
text: "Checkout our repos"
99
link: "https://github.com/orgs/Netcentric/repositories"

themes/influencer-hugo/layouts/partials/head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<head>
22
<meta charset="utf-8">
3-
<title>{{ .Site.Title }}</title>
3+
<title>{{ if .Title }}{{ .Title }} | {{ end }}{{ .Site.Title }}</title>
44

55
{{ "<!-- mobile responsive meta -->" | safeHTML }}
66
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">

0 commit comments

Comments
 (0)