diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2021-01-24 01:42:03 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2021-01-24 01:42:03 +0100 |
| commit | e07ab67bf95ea7e65828e373c731b6cdf984a7de (patch) | |
| tree | 4fe471a1a8492149bb0b3e6ec726184e3bcf1647 /templates/partials | |
| parent | 36fb49bbef11294a93a53c363d32c2134f6b19b4 (diff) | |
| download | mitjafelicijan.com-e07ab67bf95ea7e65828e373c731b6cdf984a7de.tar.gz | |
Moved to altenator and DO
Diffstat (limited to 'templates/partials')
| -rw-r--r-- | templates/partials/navigation.twig | 7 | ||||
| -rw-r--r-- | templates/partials/posts.twig | 8 | ||||
| -rw-r--r-- | templates/partials/preconnect.twig | 2 | ||||
| -rw-r--r-- | templates/partials/projects.twig | 8 |
4 files changed, 0 insertions, 25 deletions
diff --git a/templates/partials/navigation.twig b/templates/partials/navigation.twig deleted file mode 100644 index 32a3814..0000000 --- a/templates/partials/navigation.twig +++ /dev/null | |||
| @@ -1,7 +0,0 @@ | |||
| 1 | <nav> | ||
| 2 | <a href="/">Mitja Felicijan</a> | ||
| 3 | <a href="/curriculum-vitae.html">CV</a> | ||
| 4 | <a href="https://twitter.com/mitjafelicijan" target="_blank" rel="noopener nofollow">Twitter</a> | ||
| 5 | <a href="https://github.com/mitjafelicijan" target="_blank" rel="noopener nofollow">Github</a> | ||
| 6 | <a href="/weekly-newsletter.html">Weekly newsletter</a> | ||
| 7 | </nav> | ||
diff --git a/templates/partials/posts.twig b/templates/partials/posts.twig deleted file mode 100644 index b900ef6..0000000 --- a/templates/partials/posts.twig +++ /dev/null | |||
| @@ -1,8 +0,0 @@ | |||
| 1 | <ul class="article-list"> | ||
| 2 | {% for item in list %} | ||
| 3 | <li> | ||
| 4 | <time datetime="{{ item.date|date("Y, F j") }}">{{ item.date|date("Y, F j") }}</time> | ||
| 5 | <a href="{{ item.slug }}">{{ item.title }}</a> | ||
| 6 | </li> | ||
| 7 | {% endfor %} | ||
| 8 | </ul> | ||
diff --git a/templates/partials/preconnect.twig b/templates/partials/preconnect.twig deleted file mode 100644 index 800053e..0000000 --- a/templates/partials/preconnect.twig +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | <link rel="preconnect" href="https://www.google-analytics.com"> | ||
| 2 | <link rel="preconnect" href="https://stats.g.doubleclick.net"> | ||
diff --git a/templates/partials/projects.twig b/templates/partials/projects.twig deleted file mode 100644 index 1601dce..0000000 --- a/templates/partials/projects.twig +++ /dev/null | |||
| @@ -1,8 +0,0 @@ | |||
| 1 | <ul class="project-list"> | ||
| 2 | <li><a href="https://github.com/mitjafelicijan/redis-marshal" target="_blank" rel="noopener nofollow">redis-marshal - Lightweight Redis data exploration tool</a></li> | ||
| 3 | <li><a href="https://github.com/mitjafelicijan/dna-encoding" target="_blank" rel="noopener nofollow">dna-encoding - Tools for encoding files to DNA sequence</a></li> | ||
| 4 | <li><a href="https://github.com/mitjafelicijan/unfold" target="_blank" rel="noopener nofollow">unfold - Elastic Beanstalk like deployments for DigitalOcean</a></li> | ||
| 5 | <li><a href="https://github.com/mitjafelicijan/vertex" target="_blank" rel="noopener nofollow">vertex - Create mock API's and enrich them with some basic logic and simplify prototyping</a></li> | ||
| 6 | <li><a href="https://github.com/mitjafelicijan/spartan" target="_blank" rel="noopener nofollow">spartan - Spartan minimal UI kit for your applications</a></li> | ||
| 7 | <li><a href="https://github.com/mitjafelicijan/scarecrow" target="_blank" rel="noopener nofollow">scarecrow - Minimal configuration reverse proxy</a></li> | ||
| 8 | </ul> | ||
