Update baseof.html
This commit is contained in:
parent
671d7ef0b5
commit
c2803ffc4e
@ -3,6 +3,11 @@
|
||||
|
||||
<head>
|
||||
{{- partial "head.html" . }}
|
||||
{{ if .Params.isResume }}
|
||||
<link href="/media/{{ .Site.Params.style }}-screen.css" type="text/css" rel="stylesheet" media="screen">
|
||||
<link href="/media/{{ .Site.Params.style }}-print.css" type="text/css" rel="stylesheet" media="print">
|
||||
<title> {{ if .Title }} {{ .Title }} | {{ end }} CV</title>
|
||||
{{ end }}
|
||||
</head>
|
||||
|
||||
<body class="
|
||||
|
Loading…
x
Reference in New Issue
Block a user