Skip to content

Instantly share code, notes, and snippets.

View idzan's full-sized avatar

Marko Idzan idzan

View GitHub Profile
@idzan
idzan / index.html
Created July 11, 2019 12:00
Display blog posts in Jekyll
---
layout: default
title: Blog homepage
---
<h1>Welcome to blog</h1>
{% for post in site.posts %}
<ul>
<li>
<a href="{{ post.url }}">{{ post.title }}</a>
</li>
@idzan
idzan / README.md
Last active May 18, 2021 14:11
Boostrap 4 Contact form with AJAX, PHP, ReCaptcha v2 and PHPMailer for SMTP