Skip to content

Commit

Permalink
In Development
Browse files Browse the repository at this point in the history
  • Loading branch information
skewll committed Dec 16, 2023
1 parent 2077b28 commit 412ccb9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pages/gallery.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,18 @@
:style="{ backgroundImage: 'url(' + image + ')' }"
></div>
</div>
<!-- <p>*To upload to gallery, email photos or a zip file containing photos to
<p>*To upload to gallery, email photos or a zip file containing photos to
<a href="mailto:upload@seanvaughn.com?subject=Upload">{{$config.uploadEmail}}</a>
</p> this Works :-) -->
<!-- </p> this Works :-) -->
<!-- <p>*To upload to gallery, email photos or a zip file containing photos to
<a :href="config.uploadEmailLink">{{$config.uploadEmail}}</a>
</p> THIS DOES NOT WORK -->
<!-- <p>*To upload to gallery, email photos or a zip file containing photos to
<a :href="{{$config.uploadEmailLink}}">{{$config.uploadEmail}}</a>
</p> THIS DOES NOT WORK -->
<p>*To upload to gallery, email photos or a zip file containing photos to
<!-- <p>*To upload to gallery, email photos or a zip file containing photos to
<a :href="uploadEmailLink">{{$config.uploadEmail}}</a>
</p>
</p> THIS DOESNT WORK -->
<!-- <p>*To upload to gallery, email photos or a zip file containing photos to
<a :href="`mailto:${{{$config.uploadEmail}}}?subject=Upload`">{{$config.uploadEmail}}</a>
</p> DOESNT WORK-->
Expand Down

0 comments on commit 412ccb9

Please sign in to comment.