You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is how things are done with Hugo.
While at it, remove trailing whitespace.
Signed-off-by: Matt Burke <[email protected]>
Signed-off-by: Johannes Schindelin <[email protected]>
Copy file name to clipboardExpand all lines: content/community/_index.html
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,10 @@
1
-
<% @section = "community" %>
2
-
<% @subsection = "" %>
3
-
<% @page_title = "Git - Community" %>
4
-
5
-
<% content_for :sidebar do %>
6
-
<%= render 'shared/book' %>
7
-
<% end %>
8
-
1
+
---
2
+
section: "community"
3
+
title: "Community - Git"
4
+
url: /community.html
5
+
aliases:
6
+
- /community/index.html
7
+
---
9
8
<divid="main">
10
9
<h1> Community</h1>
11
10
@@ -108,3 +107,4 @@ <h2> Contributing to Git </h2>
108
107
<p>
109
108
The <ahref="https://git.github.io/">Git Developer Pages</a> have a <ahref="https://git.github.io/Hacking-Git/">Hacking Git page</a> which lists useful development resources. They also have <ahref="https://git.github.io/General-Application-Information/">information</a> for people applying to work on Git as part of programs like <ahref="https://www.outreachy.org/">Outreachy</a> or the <ahref="https://summerofcode.withgoogle.com/">Google Summer of Code</a>.
0 commit comments