Skip to content

Commit

Permalink
feat: unescape Title
Browse files Browse the repository at this point in the history
  • Loading branch information
mlcdf committed May 10, 2021
1 parent 9382b17 commit f4756cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
/* Tachyons and https://uncss-online.com/ */

/*! TACHYONS v4.12.0 | http://tachyons.io */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}a{background-color:transparent}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}a,body,footer,h1,html,main,p,table,td,th,tr{box-sizing:border-box}.bb{border-bottom-style:solid;border-bottom-width:1px}.b--black-10{border-color:rgba(0,0,0,.1)}.flex{display:flex}.flex-column{flex-direction:column}.items-center{align-items:center}.fw6{font-weight:600}.lh-copy{line-height:1.5}.w-100{width:100%}.near-black{color:#111}.mid-gray{color:#555}.pa4{padding:2rem}.pl3{padding-left:1rem}.pr3{padding-right:1rem}.pb2{padding-bottom:.5rem}.pv3{padding-top:1rem;padding-bottom:1rem}.mv4{margin-top:2rem;margin-bottom:2rem}.collapse{border-collapse:collapse;border-spacing:0}.tl{text-align:left}.measure-wide{max-width:34em}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}a{background-color:transparent}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}a,body,footer,h1,html,main,p,table,td,th,tr{box-sizing:border-box}.bb{border-bottom-style:solid;border-bottom-width:1px}.b--black-10{border-color:rgba(0,0,0,.1)}.flex{display:flex}.flex-column{flex-direction:column}.items-center{align-items:center}.fw6{font-weight:600}.lh-copy{line-height:1.5}.w-100{width:100%}.near-black{color:#111}.mid-gray{color:#555}.pa4{padding:2rem}.pl3{padding-left:1rem}.pr3{padding-right:1rem}.pb2{padding-bottom:.5rem}.pv3{padding-top:1rem;padding-bottom:1rem}.mv4{margin-top:2rem;margin-bottom:2rem}.collapse{border-collapse:collapse;border-spacing:0}.tl{text-align:left}.measure-wide{max-width:34em}.f3{font-size: 1.5rem;}
</style>
{{ unescape .Index.ExtraHead }}
<title>{{ .Index.Title }}</title>
</head>
<body class="pa4 near-black sans-serif flex flex-column items-center">
<main class="w-100" style="max-width: 920px;">
<h1 class="fw6">{{ .Index.Title }}</h1>
<h1 class="f3 fw6">{{ unescape .Index.Title }}</h1>
{{ if .Index.Description }}
<p class="measure-wide">{{ .Index.Description }}</p>
{{ end }}
Expand Down

0 comments on commit f4756cd

Please sign in to comment.