1
0
Fork 0
mirror of https://github.com/treffynnon/sqlstyle.guide.git synced 2025-03-09 12:49:51 -05:00
sqlstyle.guide/_includes/foot.html

23 lines
857 B
HTML
Raw Normal View History

<footer class="foot wrap">
<hr/>
2015-07-11 17:36:58 -05:00
<p>
<span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">
SQL style guide
</span> by
<a xmlns:cc="http://creativecommons.org/ns#"
href="https://www.simonholywell.com/?utm_source=sqlstyle.guide&amp;utm_medium=link&amp;utm_campaign=footer-licence"
property="cc:attributionName"
rel="cc:attributionURL">
Simon Holywell
</a> is licensed under a
<a rel="license"
href="http://creativecommons.org/licenses/by-sa/4.0/">
2015-07-12 16:28:17 -05:00
Creative CommonsAttribution-ShareAlike 4.0 International License</a>.
<br />Based on a work at
<a xmlns:dct="http://purl.org/dc/terms/"
2015-07-13 05:29:31 -05:00
href="{{ site.url }}"
rel="dct:source">
2015-07-13 05:29:31 -05:00
{{ site.url }}</a>.
2015-07-11 17:36:58 -05:00
</p>
</footer>