Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 82fb90a

Browse filesBrowse files
committed
Minor cleanup
1 parent 3d81885 commit 82fb90a
Copy full SHA for 82fb90a

File tree

Expand file treeCollapse file tree

4 files changed

+5
-5
lines changed
Filter options
Expand file treeCollapse file tree

4 files changed

+5
-5
lines changed

‎_layouts/default.html

Copy file name to clipboardExpand all lines: _layouts/default.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8" />
55
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
6-
<title>Community for F# | {{ page.title }}</title>
6+
<title>{{ page.title }} | {{ site.title }}</title>
77
<link rel="icon" sizes="192x192" href="/favicon-192x192.png">
88
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
99
<link rel="shortcut icon" href="/favicon.ico">
@@ -15,7 +15,7 @@
1515
<link rel="stylesheet" href="Content/style.css" />
1616
<link rel="stylesheet" href="Content/pygment_trac.min.css" />
1717
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
18-
<meta name="description" content="The Community for F# provides live streaming and recordings of user group presentations, as well as content for you to use in presenting to your own local user groups." />
18+
<meta name="description" content="{{ site.description }}" />
1919
<!--[if lt IE 9]>
2020
<script src="//oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
2121
<script src="//oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>

‎home.md

Copy file name to clipboardExpand all lines: home.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
layout: default
32
title: Home
3+
layout: default
44
---
55

66
{:#online-presentations}

‎index.html

Copy file name to clipboardExpand all lines: index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2+
title: Home
23
layout: default
3-
title: Index
44
---
55

66
<article id="online-presentations">

‎project-ideas.md

Copy file name to clipboardExpand all lines: project-ideas.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
layout: default
32
title: Project Ideas
3+
layout: default
44
---
55

66
# {{ page.title }}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.