File tree 1 file changed +23
-0
lines changed
1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html lang ="{{ page.lang | default: site.lang | default: "en-US " }}">
3
+ < head >
4
+ < meta charset ="UTF-8 ">
5
+ < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
6
+ < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
7
+
8
+ {% seo %}
9
+ < link rel ="stylesheet " href ="{{ "/assets/css/style.css?v=" | append: site.github.build_revision | relative_url }}">
10
+ {% include head-custom.html %}
11
+ </ head >
12
+ < body >
13
+ < div class ="container-lg px-3 my-5 markdown-body ">
14
+ {% if site.title and site.title != page.title %}
15
+ < h1 > < a href ="{{ "/" | absolute_url }}"> {{ site.title }}</ a > </ h1 >
16
+ {% endif %}
17
+
18
+ {{ content }}
19
+ </ div >
20
+ < script src ="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.1.0/anchor.min.js " integrity ="sha256-lZaRhKri35AyJSypXXs4o6OPFTbTmUoltBbDCbdzegg= " crossorigin ="anonymous "> </ script >
21
+ < script > anchors . add ( ) ; </ script >
22
+ </ body >
23
+ </ html >
You can’t perform that action at this time.
0 commit comments