Added P52-28 : Duck Swiming
This commit is contained in:
parent
7252e4b5af
commit
fb168ece72
12 changed files with 438 additions and 9 deletions
26
themes/Bleach/layouts/taxonomy/category.html
Normal file
26
themes/Bleach/layouts/taxonomy/category.html
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="{{ .Site.LanguageCode }}">
|
||||
<head>{{ partial "head.html" . }}</head>
|
||||
|
||||
<body class="home blog ct-body standard">
|
||||
<div id="overflow-container" class="overflow-container">
|
||||
<a class="skip-content" href="#main">Skip to content</a>
|
||||
<header id="site-header" class="site-header" role="banner">
|
||||
<div class='top-navigation'>
|
||||
{{ partial "topnavigation.html" . }}
|
||||
</div>
|
||||
|
||||
<div class="container">
|
||||
{{ partial "header.html" . }}
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<div id="main" class="main" role="main">
|
||||
|
||||
{{ partial "category.html" . }}
|
||||
</div>
|
||||
|
||||
{{ partial "footer.html" . }}
|
||||
</div>
|
||||
{{ partial "scripts.html" . }}
|
||||
</body>
|
||||
Loading…
Add table
Add a link
Reference in a new issue