Skip to content

Commit 087bebf

Browse files
authored
fix: a typo and add mailto: to the email link (#9)
* Fix typo Galley -> Gallery * Add `mailto:` to the email link
1 parent 47ec006 commit 087bebf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ Refers to files within the `_layouts` directory, that define the markup for your
163163
- `home.html` — The layout for your landing-page / home-page / index-page. [[More Info.](#home-layout)]
164164
- `page.html` — The layout for your documents that contain FrontMatter, but are not posts. Example about.md page.
165165
- `post.html` — The layout for your posts.
166-
- `galley.html` — The layout for a image galley.
166+
- `gallery.html` — The layout for a image gallery.
167167

168168
#### Home Layout
169169

_includes/social.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
{% endif %}
7070

7171
{% if site.rrss.email %}
72-
<a class="p-2" href="{{site.rrss.email}}">
72+
<a class="p-2" href="mailto:{{site.rrss.email}}">
7373
<svg class="h-5 w-5" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" stroke="currentColor">
7474
<g id="SVGRepo_bgCarrier" stroke-width="0"></g>
7575
<g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g>

0 commit comments

Comments
 (0)