1
0

Compare commits

..

No commits in common. "e34a3d527b0ccc74962a7695a60002aec6c40007" and "577aae1eed66edc1c6277ac579c18685dce0a4e4" have entirely different histories.

5 changed files with 0 additions and 20 deletions

View File

@ -1 +0,0 @@
body{background:#4fa3cb;color:#fff;font-family:roboto,arial,sans-serif}a{text-decoration:none;font-weight:700;color:#fff}h1,h2{text-align:center}h1{font-size:5em;font-size:10vw}h2{font-family:serif}ul{list-style:none;width:80%;margin:auto}ul li{float:left;min-width:200px;padding:5px;background:#fff;color:#4fa3cb;text-align:center;border-radius:10px;margin:0 20px}ul li a{color:#4fa3cb}

View File

@ -1 +0,0 @@
{"Target":"scss/main.min.f18d11e814b0988f8eee852238763dc9a02a0d41e808d56520632fc83d161543.css","MediaType":"text/css","Data":{"Integrity":"sha256-8Y0R6BSwmI+O7oUiOHY9yaAqDUHoCNVlIGMvyD0WFUM="}}

View File

@ -1,5 +0,0 @@
{
"name": "{{ .Slug }}",
"title": "{{ .Title }}",
"permalink": "{{ .Permalink }}",
}

View File

@ -1,12 +0,0 @@
{
"name": "{{ .Slug }}",
"title": "{{ .Title }}",
"title": "{{ .Permalink }}",
"featuredImage": "{{ .Params.featuredImage }}",
"featuredVideo": "{{ .Params.featuredVideo }}",
"n":"{{ .Params.n }}",
"s":"{{ .Params.s }}",
"e":"{{ .Params.e }}",
"o":"{{ .Params.o }}",
"content": {{ .Content | jsonify }}
}

View File

@ -1 +0,0 @@
{{ define "response" }} {{ .Render "item" }} {{ end }}