annotate _layouts/default.html @ 201:4f6a8d987f7f

Update foundation framework.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Wed, 08 Jul 2020 17:08:46 +0900
parents 9ac0211ca132
children 3a99431030c1
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
7abe02bf29ec initial commit
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
1 <!DOCTYPE html>
7abe02bf29ec initial commit
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
2 <html>
7abe02bf29ec initial commit
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
3
194
9ac0211ca132 * _layouts/default.html: Inline includes.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 102
diff changeset
4 <head>
9ac0211ca132 * _layouts/default.html: Inline includes.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 102
diff changeset
5 <meta charset="utf-8">
9ac0211ca132 * _layouts/default.html: Inline includes.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 102
diff changeset
6 <meta http-equiv="X-UA-Compatible" content="IE=edge">
9ac0211ca132 * _layouts/default.html: Inline includes.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 102
diff changeset
7 <meta name="viewport" content="width=device-width, initial-scale=1">
9ac0211ca132 * _layouts/default.html: Inline includes.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 102
diff changeset
8
9ac0211ca132 * _layouts/default.html: Inline includes.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 102
diff changeset
9 <title>{{ page.title | default: site.title }}</title>
9ac0211ca132 * _layouts/default.html: Inline includes.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 102
diff changeset
10 <meta name="description" content="{{ page.excerpt | default: site.description | strip_html | lstrip | rstrip | truncate: 140 }}">
9ac0211ca132 * _layouts/default.html: Inline includes.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 102
diff changeset
11 <meta property="og:title" content="{{ page.title | default: site.title }}">
9ac0211ca132 * _layouts/default.html: Inline includes.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 102
diff changeset
12 <meta property="og:description" content="{{ page.excerpt | default: site.description | strip_html | lstrip | rstrip | truncate: 140 }}">
9ac0211ca132 * _layouts/default.html: Inline includes.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 102
diff changeset
13 <meta property="og:image" content="{{ "/img/octave-logo.png" | absolute_url }}">
9ac0211ca132 * _layouts/default.html: Inline includes.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 102
diff changeset
14 <meta property="og:image:alt" content="GNU Octave">
9ac0211ca132 * _layouts/default.html: Inline includes.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 102
diff changeset
15 <meta property="og:type" content="website">
9ac0211ca132 * _layouts/default.html: Inline includes.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 102
diff changeset
16 <meta property="og:url" content="{{ page.url | absolute_url }}">
9ac0211ca132 * _layouts/default.html: Inline includes.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 102
diff changeset
17 <meta name="twitter:card" content="summary">
9ac0211ca132 * _layouts/default.html: Inline includes.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 102
diff changeset
18
201
4f6a8d987f7f Update foundation framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 194
diff changeset
19 <link
4f6a8d987f7f Update foundation framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 194
diff changeset
20 rel="stylesheet"
4f6a8d987f7f Update foundation framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 194
diff changeset
21 href="https://cdn.jsdelivr.net/npm/foundation-sites@6.6.3/dist/css/foundation.min.css"
4f6a8d987f7f Update foundation framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 194
diff changeset
22 integrity="sha256-ogmFxjqiTMnZhxCqVmcqTvjfe1Y/ec4WaRj/aQPvn+I="
4f6a8d987f7f Update foundation framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 194
diff changeset
23 crossorigin="anonymous">
194
9ac0211ca132 * _layouts/default.html: Inline includes.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 102
diff changeset
24 <link rel="stylesheet" href="{{ "/css/app.css" | relative_url }}">
9ac0211ca132 * _layouts/default.html: Inline includes.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 102
diff changeset
25 <link rel="stylesheet" href="{{ "/css/syntax-highlight.css" | relative_url }}">
9ac0211ca132 * _layouts/default.html: Inline includes.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 102
diff changeset
26 <noscript>
9ac0211ca132 * _layouts/default.html: Inline includes.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 102
diff changeset
27 <style>
9ac0211ca132 * _layouts/default.html: Inline includes.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 102
diff changeset
28 div.no-js { position: relative; }
9ac0211ca132 * _layouts/default.html: Inline includes.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 102
diff changeset
29 nav.no-js { height: auto; }
9ac0211ca132 * _layouts/default.html: Inline includes.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 102
diff changeset
30 .tabs-content > div.no-js { display: block; }
9ac0211ca132 * _layouts/default.html: Inline includes.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 102
diff changeset
31 </style>
9ac0211ca132 * _layouts/default.html: Inline includes.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 102
diff changeset
32 </noscript>
9ac0211ca132 * _layouts/default.html: Inline includes.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 102
diff changeset
33
201
4f6a8d987f7f Update foundation framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 194
diff changeset
34 <script
4f6a8d987f7f Update foundation framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 194
diff changeset
35 src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.min.js"
4f6a8d987f7f Update foundation framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 194
diff changeset
36 integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0="
4f6a8d987f7f Update foundation framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 194
diff changeset
37 crossorigin="anonymous"></script>
4f6a8d987f7f Update foundation framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 194
diff changeset
38 <script
4f6a8d987f7f Update foundation framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 194
diff changeset
39 src="https://cdn.jsdelivr.net/npm/foundation-sites@6.6.3/dist/js/foundation.min.js"
4f6a8d987f7f Update foundation framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 194
diff changeset
40 integrity="sha256-pRF3zifJRA9jXGv++b06qwtSqX1byFQOLjqa2PTEb2o="
4f6a8d987f7f Update foundation framework.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 194
diff changeset
41 crossorigin="anonymous"></script>
194
9ac0211ca132 * _layouts/default.html: Inline includes.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 102
diff changeset
42
9ac0211ca132 * _layouts/default.html: Inline includes.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 102
diff changeset
43 <link rel="canonical" href="{{ page.url | replace:'index.html','' | absolute_url }}">
9ac0211ca132 * _layouts/default.html: Inline includes.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 102
diff changeset
44 <link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ "/feed.xml" | relative_url }}">
9ac0211ca132 * _layouts/default.html: Inline includes.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 102
diff changeset
45 </head>
0
7abe02bf29ec initial commit
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
46
7abe02bf29ec initial commit
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
47 <body>
7abe02bf29ec initial commit
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
48
194
9ac0211ca132 * _layouts/default.html: Inline includes.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 102
diff changeset
49 <div class="no-js fixed contain-to-grid">
9ac0211ca132 * _layouts/default.html: Inline includes.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 102
diff changeset
50 <nav class="no-js top-bar" data-topbar role="navigation">
9ac0211ca132 * _layouts/default.html: Inline includes.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 102
diff changeset
51 <ul class="title-area">
9ac0211ca132 * _layouts/default.html: Inline includes.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 102
diff changeset
52 <li class="name">
9ac0211ca132 * _layouts/default.html: Inline includes.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 102
diff changeset
53 <h1>
9ac0211ca132 * _layouts/default.html: Inline includes.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 102
diff changeset
54 <a href="{{ "/" | relative_url }}" style="height:100%">
9ac0211ca132 * _layouts/default.html: Inline includes.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 102
diff changeset
55 <img src="{{ "/img/octave-logo.svg" | relative_url }}"
9ac0211ca132 * _layouts/default.html: Inline includes.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 102
diff changeset
56 style="width: 32px; height: auto" alt="GNU Octave logo">
9ac0211ca132 * _layouts/default.html: Inline includes.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 102
diff changeset
57 {{ site.title }}
9ac0211ca132 * _layouts/default.html: Inline includes.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 102
diff changeset
58 </a>
9ac0211ca132 * _layouts/default.html: Inline includes.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 102
diff changeset
59 </h1>
9ac0211ca132 * _layouts/default.html: Inline includes.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 102
diff changeset
60 </li>
9ac0211ca132 * _layouts/default.html: Inline includes.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 102
diff changeset
61 <!-- Remove the class "menu-icon" to get rid of menu icon.
9ac0211ca132 * _layouts/default.html: Inline includes.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 102
diff changeset
62 Take out "Menu" to just have icon alone -->
9ac0211ca132 * _layouts/default.html: Inline includes.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 102
diff changeset
63 <li class="toggle-topbar menu-icon"><a href="#"><span></span></a></li>
9ac0211ca132 * _layouts/default.html: Inline includes.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 102
diff changeset
64 </ul>
9ac0211ca132 * _layouts/default.html: Inline includes.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 102
diff changeset
65
9ac0211ca132 * _layouts/default.html: Inline includes.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 102
diff changeset
66 <section class="top-bar-section">
9ac0211ca132 * _layouts/default.html: Inline includes.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 102
diff changeset
67 <!-- Right Nav Section -->
9ac0211ca132 * _layouts/default.html: Inline includes.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 102
diff changeset
68 <ul class="right">
9ac0211ca132 * _layouts/default.html: Inline includes.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 102
diff changeset
69 {% for page in site.pages %}
9ac0211ca132 * _layouts/default.html: Inline includes.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 102
diff changeset
70 {% if page.menu %}
9ac0211ca132 * _layouts/default.html: Inline includes.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 102
diff changeset
71 <li>
9ac0211ca132 * _layouts/default.html: Inline includes.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 102
diff changeset
72 <a href="{{ page.url | relative_url }}">{{ page.title }}</a>
9ac0211ca132 * _layouts/default.html: Inline includes.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 102
diff changeset
73 </li>
9ac0211ca132 * _layouts/default.html: Inline includes.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 102
diff changeset
74 {% endif %}
9ac0211ca132 * _layouts/default.html: Inline includes.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 102
diff changeset
75 {% endfor %}
9ac0211ca132 * _layouts/default.html: Inline includes.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 102
diff changeset
76 <li>
9ac0211ca132 * _layouts/default.html: Inline includes.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 102
diff changeset
77 <a href="{{site.docs_url}}">Docs</a>
9ac0211ca132 * _layouts/default.html: Inline includes.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 102
diff changeset
78 </li>
9ac0211ca132 * _layouts/default.html: Inline includes.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 102
diff changeset
79 </ul>
9ac0211ca132 * _layouts/default.html: Inline includes.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 102
diff changeset
80 </section>
9ac0211ca132 * _layouts/default.html: Inline includes.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 102
diff changeset
81 </nav>
9ac0211ca132 * _layouts/default.html: Inline includes.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 102
diff changeset
82 </div>
0
7abe02bf29ec initial commit
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
83
102
8d1c300f0a3a Layout changes suggested by Alex to avoid horizontal scrolling.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 0
diff changeset
84 <div class="page-content row">
8d1c300f0a3a Layout changes suggested by Alex to avoid horizontal scrolling.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 0
diff changeset
85 <div class="wrapper column">
0
7abe02bf29ec initial commit
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
86 {{ content }}
7abe02bf29ec initial commit
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
87 </div>
102
8d1c300f0a3a Layout changes suggested by Alex to avoid horizontal scrolling.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 0
diff changeset
88
194
9ac0211ca132 * _layouts/default.html: Inline includes.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 102
diff changeset
89 <footer class="column">
9ac0211ca132 * _layouts/default.html: Inline includes.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 102
diff changeset
90 <section>
9ac0211ca132 * _layouts/default.html: Inline includes.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 102
diff changeset
91 <div class="row">
9ac0211ca132 * _layouts/default.html: Inline includes.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 102
diff changeset
92 <div class="columns small-12">
9ac0211ca132 * _layouts/default.html: Inline includes.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 102
diff changeset
93 <div class="text-center">
9ac0211ca132 * _layouts/default.html: Inline includes.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 102
diff changeset
94 <p>
9ac0211ca132 * _layouts/default.html: Inline includes.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 102
diff changeset
95 Octave is free software under the
9ac0211ca132 * _layouts/default.html: Inline includes.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 102
diff changeset
96 <a href="{{ "license.html" | relative_url }}">GNU General Public License.</a>
9ac0211ca132 * _layouts/default.html: Inline includes.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 102
diff changeset
97 </p>
9ac0211ca132 * _layouts/default.html: Inline includes.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 102
diff changeset
98 <small>
9ac0211ca132 * _layouts/default.html: Inline includes.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 102
diff changeset
99 Copyright © 1998-{{ site.time | date: "%Y" }} John W. Eaton.
9ac0211ca132 * _layouts/default.html: Inline includes.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 102
diff changeset
100 This work is licensed under a
9ac0211ca132 * _layouts/default.html: Inline includes.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 102
diff changeset
101 <a rel="license" href="https://creativecommons.org/licenses/by-nd/4.0/">
9ac0211ca132 * _layouts/default.html: Inline includes.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 102
diff changeset
102 Creative Commons Attribution-NoDerivatives 4.0 International License</a>.
9ac0211ca132 * _layouts/default.html: Inline includes.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 102
diff changeset
103 Get the <a href="http://hg.octave.org/web-octave/file/tip">page sources</a>.
9ac0211ca132 * _layouts/default.html: Inline includes.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 102
diff changeset
104 </small>
9ac0211ca132 * _layouts/default.html: Inline includes.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 102
diff changeset
105 </div>
9ac0211ca132 * _layouts/default.html: Inline includes.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 102
diff changeset
106 </div>
9ac0211ca132 * _layouts/default.html: Inline includes.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 102
diff changeset
107 </div>
9ac0211ca132 * _layouts/default.html: Inline includes.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 102
diff changeset
108 </section>
9ac0211ca132 * _layouts/default.html: Inline includes.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 102
diff changeset
109 </footer>
9ac0211ca132 * _layouts/default.html: Inline includes.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 102
diff changeset
110
9ac0211ca132 * _layouts/default.html: Inline includes.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 102
diff changeset
111 <script>
9ac0211ca132 * _layouts/default.html: Inline includes.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 102
diff changeset
112 $(document).foundation();
9ac0211ca132 * _layouts/default.html: Inline includes.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 102
diff changeset
113 </script>
0
7abe02bf29ec initial commit
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
114 </div>
7abe02bf29ec initial commit
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
115
7abe02bf29ec initial commit
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
116 </body>
7abe02bf29ec initial commit
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
117
7abe02bf29ec initial commit
Alex Krolick <whokilledtheelectricmonk@gmail.com>
parents:
diff changeset
118 </html>