Compare commits

..

2 commits

Author SHA1 Message Date
2c20250a7c
Very hacky way to add the Plausible snippet
Some checks failed
/ deploy (push) Failing after 2m7s
2024-09-15 17:02:17 -04:00
b2ca63c91e
Update binario theme commit 2024-09-15 16:04:39 -04:00
2 changed files with 4 additions and 1 deletions

View file

@ -19,6 +19,9 @@ jobs:
run: | run: |
git submodule init git submodule init
git submodule update git submodule update
- name: Add Plausible snippet (hacky)
run: |
sed -i 's,^<head>$,<head>\n\t<script defer data-domain="blog.sergiodj.net" src="https://plausible.sergiodj.net/js/script.js"></script>,' themes/binario/layouts/_default/baseof.html
- name: Setup SSH - name: Setup SSH
env: env:
SSH_KEY: ${{ secrets.ssh_key }} SSH_KEY: ${{ secrets.ssh_key }}

@ -1 +1 @@
Subproject commit 18be64e4c3630f4ea946e74161bcf92b8ffb6c05 Subproject commit f3196ea0aabaaabd0fb612504af4e3a0d85edfa6