Organize sections
This commit is contained in:
parent
91709c3567
commit
0e0251936b
@ -5,7 +5,7 @@
|
||||
<title>{{ .Site.Title }}</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta charset="utf-8" />
|
||||
{{ partial "head/style.html" . }}
|
||||
{{ partial "style.html" . }}
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
0
layouts/_default/section.html
Normal file
0
layouts/_default/section.html
Normal file
0
layouts/_default/single.html
Normal file
0
layouts/_default/single.html
Normal file
@ -1,9 +1,9 @@
|
||||
{{ define "main" }}
|
||||
<page>
|
||||
{{ partial "body/contacts.html" . }}
|
||||
{{ partial "body/education.html" . }}
|
||||
{{ partial "body/experience.html" . }}
|
||||
{{ partial "body/projects.html" . }}
|
||||
{{ partial "body/skills.html" . }}
|
||||
</page>
|
||||
<section class="page">
|
||||
{{ partial "sections/contacts.html" . }}
|
||||
{{ partial "sections/education.html" . }}
|
||||
{{ partial "sections/experience.html" . }}
|
||||
{{ partial "sections/projects.html" . }}
|
||||
{{ partial "sections/skills.html" . }}
|
||||
</section>
|
||||
{{ end }}
|
@ -38,7 +38,7 @@
|
||||
line-height: 100%;
|
||||
}
|
||||
|
||||
page {
|
||||
.page {
|
||||
background: white;
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
@ -96,7 +96,7 @@
|
||||
|
||||
@media print {
|
||||
body,
|
||||
page {
|
||||
.page {
|
||||
background: white;
|
||||
margin: 0;
|
||||
box-shadow: 0 0 0 white;
|
Loading…
Reference in New Issue
Block a user