|
1 | 1 | <!DOCTYPE html>
|
2 | 2 | <html>
|
3 | 3 | <head>
|
4 |
| - <meta charset="utf-8"> |
5 |
| - <meta name="viewport" content="width=device-width"> |
6 |
| - <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| 4 | + <meta charset="utf-8" /> |
| 5 | + <meta name="viewport" content="width=device-width" /> |
| 6 | + <meta http-equiv="X-UA-Compatible" content="IE=edge" /> |
7 | 7 |
|
8 | 8 | {% if article and article.author %}
|
9 | 9 | <meta name="author" content="{{ article.author }}" />
|
|
31 | 31 | <link href="{{ FEED_DOMAIN }}/{{ FEED_ALL_RSS }}" type="application/rss+xml" rel="alternate" title="{{ SITENAME|striptags }} - Full RSS Feed" />
|
32 | 32 | <link href="{{ FEED_DOMAIN }}/{{ FEED_ALL_ATOM }}" type="application/atom+xml" rel="alternate" title="{{ SITENAME|striptags }} - Full Atom Feed" />
|
33 | 33 |
|
34 |
| - <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css"> |
35 |
| - {% assets filters="scss,cssmin", output="css/web-min.css", "css/main.scss" %} |
| 34 | + <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css" /> |
| 35 | + {% assets filters="libsass,cssmin", output="css/web-min.css", "css/main.scss" %} |
36 | 36 |
|
37 |
| - <link rel="stylesheet" href="/{{ ASSET_URL }}"> |
38 |
| - <link rel="icon" type="image/png" sizes="32x32" href="https://www.rust-lang.org/static/images/favicon-32x32.png"> |
39 |
| - <link rel="icon" type="image/svg+xml" href="https://www.rust-lang.org/static/images/favicon.svg"> |
40 |
| - <link rel="mask-icon" href="https://www.rust-lang.org/static/images/safari-pinned-tab.svg" color="#000"> |
| 37 | + <link rel="stylesheet" href="/{{ ASSET_URL }}" /> |
| 38 | + <link rel="icon" type="image/png" sizes="32x32" href="https://www.rust-lang.org/static/images/favicon-32x32.png" /> |
| 39 | + <link rel="icon" type="image/svg+xml" href="https://www.rust-lang.org/static/images/favicon.svg" /> |
| 40 | + <link rel="mask-icon" href="https://www.rust-lang.org/static/images/safari-pinned-tab.svg" color="#000" /> |
41 | 41 |
|
42 | 42 | {% endassets %}
|
43 | 43 | </head>
|
|
0 commit comments