Skip to content

Commit

Permalink
refactor: sub_title -> subTitle
Browse files Browse the repository at this point in the history
  • Loading branch information
carbontwelve committed Mar 17, 2023
1 parent d56b857 commit 5e1a94f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion _includes/layouts/project.njk
Expand Up @@ -7,7 +7,7 @@
<h1 class="with-sub-title">
{{ title }}
</h1>
<p>{{ sub_title or description }}</p>
<p>{{ subTitle or description }}</p>
{% if git %}<a href="{{ git }}" title="Visit git repository for {{ title }}" target="_blank">git</a>{% endif %}
{% if packagist %}<a href="{{ packagist }}" title="Visit on packagist" target="_blank">packagist</a>{% endif %}
{% if npm %}<a href="{{ npm }}" title="Visit on npm" target="_blank">npm</a>{% endif %}
Expand Down
2 changes: 1 addition & 1 deletion content/projects/eleventyjs-blogtimes-plugin.md
@@ -1,7 +1,7 @@
---
date: 2022-01-31
title: Eleventy.js Blogtimes Plugin
sub_title: Bringing Blogtimes to 11ty
subTitle: Bringing Blogtimes to 11ty
description: A direct port from PHP of the WordPress plugin Blogtimes, which was itself ported to WordPress by Matt Mullenweg from b2 in 2003.
git: https://github.com/photogabble/eleventy-plugin-blogtimes
npm: https://www.npmjs.com/package/@photogabble/eleventy-plugin-blogtimes
Expand Down
2 changes: 1 addition & 1 deletion content/projects/eleventyjs-font-subsetting-plugin.md
@@ -1,7 +1,7 @@
---
date: 2022-01-31
title: Eleventy.js Font Subsetting Plugin
sub_title: Font Subsetting made easier...
subTitle: Font Subsetting made easier...
description:
git: https://github.com/photogabble/eleventy-plugin-font-subsetting
npm: https://www.npmjs.com/package/@photogabble/eleventy-plugin-font-subsetting
Expand Down
2 changes: 1 addition & 1 deletion content/projects/eleventyjs-interlink-plugin.md
@@ -1,7 +1,7 @@
---
date: 2022-02-01
title: Eleventy.js Interlink Plugin
sub_title: Obsidian WikiLinks, BackLinks and Embed support for 11ty
subTitle: Obsidian WikiLinks, BackLinks and Embed support for 11ty
description: A lightweight wrapper for making available reading-time to the Eleventy Static Site Generator.
git: https://github.com/photogabble/eleventy-plugin-interlinker
npm: https://www.npmjs.com/package/@photogabble/eleventy-plugin-interlinker
Expand Down
2 changes: 1 addition & 1 deletion content/projects/eleventyjs-word-stats-plugin.md
@@ -1,7 +1,7 @@
---
date: 2022-02-01
title: Eleventy.js Word Stats Plugin
sub_title: Reading Time + Word Count for 11ty
subTitle: Reading Time + Word Count for 11ty
description: A lightweight wrapper for making available reading-time to the Eleventy Static Site Generator.
git: https://github.com/photogabble/eleventy-plugin-word-stats
npm: https://www.npmjs.com/package/@photogabble/eleventy-plugin-word-stats
Expand Down
2 changes: 1 addition & 1 deletion content/projects/laravel-remember-uploads.md
@@ -1,7 +1,7 @@
---
date: 2017-10-24
title: Laravel Remember Uploads
sub_title: Laravel uploaded file middleware
subTitle: Laravel uploaded file middleware
description: Laravel Middleware and helper for remembering file uploads during validation redirects
git: https://github.com/photogabble/laravel-remember-uploads
packagist: https://packagist.org/packages/photogabble/laravel-remember-uploads
Expand Down

0 comments on commit 5e1a94f

Please sign in to comment.