Update baseof.html

This commit is contained in:
Sunny Son 2023-07-05 08:36:24 -04:00
parent 671d7ef0b5
commit c2803ffc4e

View File

@ -3,6 +3,11 @@
<head> <head>
{{- partial "head.html" . }} {{- 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> </head>
<body class=" <body class="