File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1+ {%- set title = title if title else " April 9 is CSS Naked Day" -%}
2+
13<!DOCTYPE html>
24<html lang =" en" >
35
46 <head >
57 <meta charset =" utf-8" >
6- <title >{% if title %} {{ title }} {% else %} April 9 is CSS Naked Day {% endif % } </title >
8+ <title >{{ title }} </title >
79 <link rel =" icon" href =" /favicon.ico" >
810 <link rel =" stylesheet" href =" https://fonts.googleapis.com/css?family=Chivo:900" >
911 <link rel =" stylesheet" href =" setup/default.css" >
1012 <meta name =" viewport" content =" initial-scale=1,width=device-width" >
1113 <meta name =" twitter:card" content =" summary" >
12- <meta property =" og:title" content =" {% if title %}{{ title }}{% else %}April 9 is CSS Naked Day{% endif % }" >
14+ <meta property =" og:title" content =" {{ title }}" >
1315 {% if description %} <meta property =" og:description" name =" description" content =" {{ description | truncate(150, false, ' …') }}" >{% endif %}
1416 <meta property =" og:image" content =" https://css-naked-day.org/media/logo.png" >
1517 </head >
You can’t perform that action at this time.
0 commit comments