Skip to content

Commit

Permalink
Fix typo on homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipe A Moreira committed Jul 19, 2017
1 parent 74949e7 commit d531716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ <h3>I specialise in <strong>Ruby (with/without Rails) and JavaScript</strong>.</
<h3>Let me help you transform your business idea in reality.</h3>
<h3>Have a look at some of my client <a href="{{ .Site.BaseURL }}projects/"> projects</a>.</h3>
<h3>For more check out my professional <a href="{{ .Site.BaseURL }}resume.pdf">resume</a>.</h3>
<h3>Let's Contact me at <a href="http://twitter.com/{{ .Site.Params.Social.Twitter }}">@{{ .Site.Params.Social.Twitter }}</a> or by <a href="mailto:{{ .Site.Params.Social.Email }}">email</a>.</h3>
<h3>Contact me at <a href="http://twitter.com/{{ .Site.Params.Social.Twitter }}">@{{ .Site.Params.Social.Twitter }}</a> or by <a href="mailto:{{ .Site.Params.Social.Email }}">email</a>.</h3>
{{ partial "social.html" . }}
</div>
</section>
Expand Down

0 comments on commit d531716

Please sign in to comment.