title | layout | images | |
---|---|---|---|
FOOBAR |
post |
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.shadow-right-bottom{ | |
text-shadow: | |
0px 0px 0 yellow, | |
1px 0.3px 0 yellow, | |
2px 0.6px 0 yellow, | |
3px 0.9px 0 yellow, | |
4px 1.2px 0 yellow, | |
5px 1.5px 0 yellow, | |
6px 1.8px 0 yellow, | |
7px 2.1px 0 yellow, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<title>map</title> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css"> | |
<script src="https://unpkg.com/[email protected]/dist/leaflet.js"></script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
{% if page.layout == 'post' %} | |
{% if page.images %} | |
<script async custom-element="amp-carousel" src="https://cdn.ampproject.org/v0/amp-carousel-0.1.js"></script> | |
{% endif %} | |
{% endif %} | |
... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% if page.images %} | |
<amp-carousel width="400" | |
height="200" | |
layout="responsive" | |
type="slides"> | |
{% for image in page.images %} | |
<amp-img src="{{ site.baseurl }}{{ image }}"layout="fixed-height" height="400"> | |
</amp-img> | |
{% endfor %} | |
</amp-carousel> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"orgs":[ | |
'okfde', | |
'codeformunich', | |
'ulmapi', | |
'opendata-stuttgart', | |
'opendata-heilbronn', | |
'opendatalab-de', | |
'CodeforKarlsruhe', | |
'codeforfrankfurt', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
replacements: | |
- - "<img" | |
- "<amp-img" | |
- - alt="" /> | |
- ' layout="responsive" height="300px" width="600px"></amp-img>' | |
- - "<video" | |
- "<amp-video" | |
- - "</video" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<head> | |
<meta charset="utf-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0"> | |
<title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title> | |
<link rel="canonical" href="{{ site.url }}{{ site.baseurl }}{{ page.url }}" /> | |
<meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
layout: compress | |
--- | |
<!doctype html> | |
<html ⚡ lang="en"> | |
<head> | |
{% include head.html %} | |
</head> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
++485529 Additions | |
--288844 Deletions |