|
1 |
| -<!DOCTYPE html> |
2 |
| -<html lang="en"> |
| 1 | +<!doctype html> |
| 2 | +<html lang="pt-br"> |
3 | 3 |
|
4 | 4 | <head>
|
5 | 5 | <meta charset="utf-8">
|
6 |
| - <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| 6 | + <meta http-equiv="x-ua-compatible" content="ie=edge"> |
7 | 7 | <meta name="viewport" content="width=device-width, initial-scale=1.0">{% if config.site_description %}
|
8 | 8 | <meta name="description" content="{{ config.site_description }}">{% endif %} {% if config.site_author %}
|
9 | 9 | <meta name="author" content="{{ config.site_author }}">{% endif %} {% if page.canonical_url %}
|
|
12 | 12 |
|
13 | 13 | <title>{% if page.title %}{{ page.title }} - {% endif %}{% if config.extra.site_title %}{{ config.extra.site_title }}{% else %}{{ config.site_name }}{% endif %}</title>
|
14 | 14 |
|
15 |
| - <link rel=" stylesheet" href=" https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" > |
16 |
| - <link rel=" stylesheet" href=" https://cdn.jsdelivr.net/npm/[email protected]/css/font-awesome.min.css" > |
| 15 | + <link rel="stylesheet" |
| 16 | + href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" |
| 17 | + integrity="sha256-916EbMg70RQy9LHiGkXzG8hSg9EdNy97GazNG/aiY1w=" |
| 18 | + crossorigin="anonymous" /> |
| 19 | + <link rel="stylesheet" |
| 20 | + href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" |
| 21 | + integrity="sha256-eZrrJcwDc/3uDhsdt61sL2oOBY362qM3lon1gyExkL0=" |
| 22 | + crossorigin="anonymous" /> |
17 | 23 | <link rel="stylesheet" href="{{ base_url }}/css/{{ config.extra.styles }}">
|
18 | 24 | {%- for path in extra_css %}
|
19 | 25 | <link href="{{ path }}" rel="stylesheet">
|
|
49 | 55 |
|
50 | 56 | {% include "footer.html" %}
|
51 | 57 |
|
52 |
| - <script src=" https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js" ></script> |
53 |
| - <script src=" https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" ></script> |
| 58 | + <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js" |
| 59 | + integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" |
| 60 | + crossorigin="anonymous"></script> |
| 61 | + |
| 62 | + <script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min.js" |
| 63 | + integrity="sha256-U5ZEeKfGNOja007MMD3YBI0A3OSZOQbeG6z2f2Y0hu8=" |
| 64 | + crossorigin="anonymous"></script> |
| 65 | + |
54 | 66 | <script>var base_url = '{{ base_url }}';</script>
|
55 | 67 | <script src="{{ base_url }}/js/{{ config.extra.scripts }}"></script>
|
56 | 68 | <script data-main="{{ base_url }}/mkdocs/js/search.js" src="{{ base_url }}/mkdocs/js/require.js"></script>
|
|
0 commit comments