moved to single repos

This commit is contained in:
Emmanuel Florent
2019-07-04 17:29:27 +02:00
parent c76e178b53
commit d503da6dff
175 changed files with 14230 additions and 597 deletions

View File

@@ -2,7 +2,8 @@
<html class="fancyScroll">
<head>
<link href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900|Material+Icons" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/vuetify/dist/vuetify.min.css" rel="stylesheet">
<!--<link href="https://cdn.jsdelivr.net/npm/vuetify/dist/vuetify.min.css" rel="stylesheet">-->
<link href="/css/vuetify.css" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, minimal-ui">
<title>{{ if .Title }}{{ .Title }} {{ else }}{{ .Site.Title }}{{ end }}</title>
@@ -13,6 +14,7 @@
<link rel="icon" href="/favicon.ico">
</head>
<body>
</script>
<v-app id="app" class="grey lighten-5" v-cloak stylse="display: none;">
{{ partial "menu.html" . }}
{{- partial "toolbar.html" . -}}
@@ -56,8 +58,8 @@
drawer2: true,
toc: 0,
branches: [
{ value: 'https://docs.pycom.io', text: 'version stable', },
{ value: 'https://development.pycom.io', text: 'version development'},
{ value: 'https://docs.pycom.io', text: 'version stable', },
],
branch: ""
},

View File

@@ -16,7 +16,6 @@
</ul>
</v-card-text>
</v-card>
<p>&nbsp;</p>
{{ partial "prev_next.html" (dict "menu" .Site.Menus.main "page" . ) }}
<v-spacer/>

View File

@@ -1,9 +1,9 @@
{{ define "main" }}
<v-card>
<v-card-text>
{{ if not .Params.disable_breadcrumbs }}
{{ partial "breadcrumb_recursive.html" (dict "menu" .Site.Menus.main "page" . ) }}
{{ end }}
{{ if not .Params.disable_breadcrumbs }}
{{ partial "breadcrumb_recursive.html" (dict "menu" .Site.Menus.main "page" . ) }}
{{ end }}
<h1 class="mt-0 pt-0">{{- .Title -}}</h1>
{{- .Content -}}
</v-card-text>

View File

@@ -1,4 +1,2 @@
{{ $p := .Get 0 }}
{{ with .Page.GetPage $p }}
<a href="{{ .URL }}">{{ .Title }}</a>
{{ end }}
{{ with .Page.GetPage $p }}<a href="{{ .URL }}">{{ .Title }}</a>{{ end }}