|
8 | 8 | {% if pagename == 'index' %}
|
9 | 9 | {% set title = 'Type-safe, statically checked composition of HTTP servers' %}
|
10 | 10 | {% endif %}
|
11 |
| -<title>{{ title|striptags|e }} — {{ shorttitle }}</title> |
| 11 | +<title>{{ title|striptags|e }} — {{ shorttitle }} {{ version }}</title> |
12 | 12 | {% endblock %}
|
13 | 13 |
|
14 | 14 | {% block extrahead %}
|
|
21 | 21 |
|
22 | 22 | <meta name="twitter:card" content="summary">
|
23 | 23 | <meta name="twitter:creator" content="owickstrom">
|
24 |
| -<meta name="twitter:title" content="{{ title|striptags|e }} — {{ shorttitle }}"> |
| 24 | +<meta name="twitter:title" content="{{ title|striptags|e }} — {{ shorttitle }} {{ version }}"> |
25 | 25 | <meta name="twitter:url" content="http://hyper.wickstrom.tech">
|
26 | 26 | <meta name="twitter:description" content="Hyper is an experimental middleware architecture for HTTP servers written in PureScript.">
|
27 | 27 | <meta name="twitter:image:src" content="http://hyper.wickstrom.tech/_static/icon-large.png">
|
|
30 | 30 | <meta property="og:article:author" content="Oskar Wickström" />
|
31 | 31 | <meta property="og:article:section" content="Technology" />
|
32 | 32 | <meta property="og:article:keyword" content="http web purescript middleware routing type-safe" />
|
33 |
| -<meta property="og:title" content="{{ title|striptags|e }} — {{ shorttitle }}" /> |
| 33 | +<meta property="og:title" content="{{ title|striptags|e }} — {{ shorttitle }} {{ version }}" /> |
34 | 34 | <meta property="og:description" content="Hyper is an experimental middleware architecture for HTTP servers written in PureScript.">
|
35 | 35 | <meta property="og:type" content="article" />
|
36 | 36 | <meta property="og:url" content="http://hyper.wickstrom.tech" />
|
@@ -144,7 +144,7 @@ <h3>More Resources</h3>
|
144 | 144 | {%- block footer %}
|
145 | 145 | <footer class="footer" role="contentinfo">
|
146 | 146 | <div class="footer-wrapper text-muted">
|
147 |
| - <span class="version">{{ version }} —</span> |
| 147 | + <span class="version">Hyper {{ version }} —</span> |
148 | 148 | {%- if show_copyright %}
|
149 | 149 | {%- if hasdoc('copyright') %}
|
150 | 150 | {% trans path=pathto('copyright'), copyright=copyright|e %}© <a href="{{ path }}">Copyright</a> {{ copyright }}{% endtrans %} —
|
|
0 commit comments