Skip to content

Commit 63d4456

Browse files
committed
style subpages
1 parent b79b668 commit 63d4456

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

_layouts/subpage.html

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<!DOCTYPE HTML>
2+
3+
<html lang="en">
4+
<head>
5+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6+
<title>{{ page.title }}</title>
7+
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
8+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
9+
<meta property="og:type" content="website">
10+
<meta property="og:title" content="IETF QUIC Working Group">
11+
<meta property="og:description" content="Delivering the next transport protocol for the Internet">
12+
<meta property="og:url" content="https://quicwg.org/">
13+
<meta property="og:site_name" content="QUIC">
14+
<meta property="og:image" content="https://quicwg.org/asset/badge-sq.png">
15+
</head>
16+
<body>
17+
18+
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
19+
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
20+
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.min.js" integrity="sha384-w1Q4orYjBQndcko6MimVbzY0tgp4pWB4lZ7lr30WKz0vr/aWKhXdBNmNb5D92v7s" crossorigin="anonymous"></script>
21+
22+
</body>
23+
</html>

how-to-contribute.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
layout: subpage
3+
title: QUIC Working Group - How to Contribute
4+
---
5+
16
**Be aware that all contributions fall under the "[NOTE WELL](#note-well)" terms
27
outlined below and our [Code of Conduct](#code-of-conduct) applies.**
38

0 commit comments

Comments
 (0)