Skip to content
Snippets Groups Projects
Commit 33a6eed0 authored by Rieko Tsunoda's avatar Rieko Tsunoda
Browse files

Merge branch '62_css_list' into 'develop'

[fix]css for layouts/_defalt/

See merge request cns-netadmin/cns-hp!123
parents 04a2da75 958fafc6
Branches
No related merge requests found
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
width: 30%; width: 30%;
} }
</style> </style>
<link rel="stylesheet" href="{{ .Site.BaseURL }}css/single.css">
</head> </head>
<body> <body>
...@@ -31,7 +32,8 @@ ...@@ -31,7 +32,8 @@
<!--<h1 id="title">{{ .Name }}</h1>--> <!--<h1 id="title">{{ .Name }}</h1>-->
{{ end }} {{ end }}
{{ end }}*/}} {{ end }}*/}}
<h1 id="title">{{ .Title }}</h1> {{ partial "breadcrumb.html" . }}
<div class="single-title">{{ .Title }}</div>
<div> <div>
<article id="content"> <article id="content">
{{ .Content }} {{ .Content }}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment