Finish creative commons sidebar code.

This commit is contained in:
凡梦星尘
2022-05-05 11:34:46 +08:00
parent e92752a993
commit 03631d47c9
5 changed files with 55 additions and 31 deletions

View File

@@ -1,6 +1,8 @@
{{ $langCode := replaceRE "-([a-z]+)" (upper (substr .Site.Language -3)) .Site.Language }}
<!DOCTYPE html>
<html lang="zh-CN">
{{ partial "partials/head.html" . }}
<html lang="{{ $langCode }}">
{{ partial "partials/head.html" (dict "Page" . "langCode" $langCode) }}
<body itemscope itemtype="http://schema.org/WebPage" {{/*class="use-motion"*/}}>
<div class="headband"></div>