1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-17 23:16:23 -07:00
gochan/templates/img_header.html

8 lines
294 B
HTML

<link rel="stylesheet" href="/css/global/front.css" />
{{range $i, $style := .Styles_img}}
<link rel="{{if isStyleNotDefault_img $style}}alternate {{end}}stylesheet" href="/css/{{$style}}/img.css" />{{end}}
<script type="text/javascript">
var board_type = "img";
</script>
</head>
<body>