Compare commits
No commits in common. "97b8bab2f484a31642d3c9b9b7c88c091755363b" and "15eb2c2dade956a5d8acad24a1ff141aaea342a7" have entirely different histories.
97b8bab2f4
...
15eb2c2dad
4 changed files with 7 additions and 7 deletions
|
@ -1,4 +1,3 @@
|
|||
|
||||
if (typeof email !== "undefined" && typeof username !== "undefined") {
|
||||
Vue.createApp({
|
||||
data() {
|
||||
|
|
|
@ -59,7 +59,7 @@ class Albums extends Pages {
|
|||
|
||||
const video =
|
||||
data.videos && data.videos.length > 0
|
||||
? data.videos[0].uri
|
||||
? data.videso[0].uri
|
||||
: "";
|
||||
|
||||
const status = `${(
|
||||
|
|
|
@ -16,6 +16,9 @@
|
|||
|
||||
<link href="/css/main.css" rel="stylesheet" />
|
||||
|
||||
<script defer src="/js/libs.js"></script>
|
||||
<script defer src="/js/main.js"></script>
|
||||
|
||||
<% if ( config.matomoUrl ) { %>
|
||||
<!-- Matomo -->
|
||||
<script>
|
||||
|
@ -179,8 +182,5 @@
|
|||
Fait avec ❤️ à Bordeaux.
|
||||
</p>
|
||||
</footer>
|
||||
|
||||
<script defer src="/js/libs.js"></script>
|
||||
<script defer src="/js/main.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -105,11 +105,12 @@
|
|||
</div>
|
||||
<div class="field">
|
||||
<label for="mastodon.message">Message</label>
|
||||
<textarea
|
||||
<input
|
||||
type="text"
|
||||
name="mastodon.message"
|
||||
id="mastodon.message"
|
||||
v-model="formData.mastodon.message"
|
||||
></textarea>
|
||||
/>
|
||||
<small>
|
||||
Variables possibles :
|
||||
<ul>
|
||||
|
|
Loading…
Reference in a new issue