Changed some typos
This commit is contained in:
parent
a1b33424db
commit
8850c0bcc5
3 changed files with 3 additions and 9 deletions
|
@ -8,7 +8,7 @@ I have been playing with code for a while now, but I also enjoy geeking around w
|
||||||
|
|
||||||
I think that developers are like artists, writers and composers... we all make art. But we don't use strokes and colors, words or notes, we make it through code. And I really love it.
|
I think that developers are like artists, writers and composers... we all make art. But we don't use strokes and colors, words or notes, we make it through code. And I really love it.
|
||||||
|
|
||||||
If you want to get in touch, feel free to drop me a line.
|
If you want to get in touch, [feel free to drop me a line](/contact).
|
||||||
|
|
||||||
---
|
---
|
||||||
_template: home.html
|
_template: home.html
|
||||||
|
|
|
@ -21,13 +21,7 @@
|
||||||
<footer class="center text-center">
|
<footer class="center text-center">
|
||||||
<hr class="light">
|
<hr class="light">
|
||||||
<div class="center text-center">
|
<div class="center text-center">
|
||||||
<a href="mailto:me@fmartingr.com" target="_blank">E-mail</a> //
|
<a href="{{ "/made-with-open-source"|url }}">Made with Open Source tools</a> | <a href="{{ '/contact'|url }}">Contact</a>
|
||||||
<a href="https://telegram.me/fmartingr" target="_blank">Telegram</a> //
|
|
||||||
<a href="http://es.linkedin.com/in/felipemartingarcia" target="_blank">LinkedIn</a> //
|
|
||||||
<a href="https://github.com/fmartingr" target="_blank">Github</a>
|
|
||||||
</div>
|
|
||||||
<div class="center text-center">
|
|
||||||
<a href="{{ "/made-with-open-source"|url }}">Made with Open Source tools</a>
|
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
<script type="text/javascript" src="{{ '/static/js/app-min.js'|url }}"></script>
|
<script type="text/javascript" src="{{ '/static/js/app-min.js'|url }}"></script>
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<article class="center">
|
<article class="center">
|
||||||
<h1><a href="{{ post|url }}">{{ post.title }}</a></h1>
|
<h1><a href="{{ post|url }}">{{ post.title }}</a></h1>
|
||||||
<div class="info">
|
<div class="info">
|
||||||
Published on {{ post.pub_date }}. // <a href="#">No comments.</a>
|
Published on {{ post.pub_date }} with <a href="#">no comments.</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
{{ post.body }}
|
{{ post.body }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue