validation fixes
This commit is contained in:
@@ -19,10 +19,10 @@
|
|||||||
<meta property="og:description" content="{{ page.description }}" />
|
<meta property="og:description" content="{{ page.description }}" />
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<link rel="canonical" content="{{ page.url }}" />
|
<link href="{{ page.url }}" rel="canonical" />
|
||||||
<meta property="og:title" content="{% if page.title == 'Home' %}Danny Berger{% else %}{{ page.title }}{% endif %}" />
|
<meta property="og:title" content="{% if page.title == 'Home' %}Danny Berger{% else %}{{ page.title }}{% endif %}" />
|
||||||
<meta property="og:url" content="{{ page.url }}?utm_campaign=ref&utm_medium=def&utm_source=opengraph" />
|
<meta property="og:url" content="{{ page.url }}?utm_campaign=ref&utm_medium=def&utm_source=opengraph" />
|
||||||
<meta name="twitter:url" content="{{ page.url }}?utm_campaign=ref&utm_medium=def&utm_source=twitter" />
|
<meta name="twitter:url" content="{{ page.url }}?utm_campaign=ref&utm_medium=def&utm_source=twitter" />
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var _gaq = _gaq || [];
|
var _gaq = _gaq || [];
|
||||||
|
|||||||
@@ -4,10 +4,10 @@
|
|||||||
<div class="timeline">
|
<div class="timeline">
|
||||||
<time datetime="{{ page.date|date_to_xmlschema }}" title="{{ page.date|date_to_xmlschema }}"><strong>{{ page.date|date:"%b %d"|upcase }}</strong><br />{{ page.date|date:"%Y" }}</time>
|
<time datetime="{{ page.date|date_to_xmlschema }}" title="{{ page.date|date_to_xmlschema }}"><strong>{{ page.date|date:"%b %d"|upcase }}</strong><br />{{ page.date|date:"%Y" }}</time>
|
||||||
{% if page.location %}
|
{% if page.location %}
|
||||||
<a href="https://maps.google.com/maps?hl=en&ll={{ page.location.latitude }},{{ page.location.longitude }}&t=w&z=12"><img height="49" src="https://maps.googleapis.com/maps/api/staticmap?center={{ page.location.latitude }},{{ page.location.longitude }}&zoom=9&size=98x98&sensor=false" title="{{ page.location.title }}" width="49" /></a>
|
<a href="https://maps.google.com/maps?hl=en&ll={{ page.location.latitude }},{{ page.location.longitude }}&t=w&z=12"><img alt="map" height="49" src="https://maps.googleapis.com/maps/api/staticmap?center={{ page.location.latitude }},{{ page.location.longitude }}&zoom=9&size=98x98&sensor=false" title="{{ page.location.title }}" width="49" /></a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if page.code %}
|
{% if page.code %}
|
||||||
<a href="{{ page.code }}"><img height="49" src="/include/icons/code.png" title="{{ page.location.title }}" width="49" /></a>
|
<a href="{{ page.code }}"><img alt="code" height="49" src="/include/icons/code.png" title="{{ page.location.title }}" width="49" /></a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
<div class="social">
|
<div class="social">
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ To that end, I made a prototype for a language-intelligent/OOP-diff/structured d
|
|||||||
the programmatic changes in an easily readable report which links definitions back to their file and line number for
|
the programmatic changes in an easily readable report which links definitions back to their file and line number for
|
||||||
more detailed review...
|
more detailed review...
|
||||||
|
|
||||||
<img height="343" src="/blog-data/2013-03-07-comparing-php-application-definitions/console-diff.png" width="536" />
|
<img alt="symfony/console example" height="343" src="/blog-data/2013-03-07-comparing-php-application-definitions/console-diff.png" width="536" />
|
||||||
|
|
||||||
|
|
||||||
### Usage
|
### Usage
|
||||||
|
|||||||
Reference in New Issue
Block a user