Skip to content

Commit

Permalink
last cartabinaria rebrand
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-benny committed Nov 5, 2024
1 parent d4d1a25 commit 98164d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ on:
jobs:
deploy:
name: Deploy
uses: csunibo/config/.github/workflows/statik.yml@main
uses: cartabinaria/config/.github/workflows/statik.yml@main
with:
regex_include: "\\.(pdf|link|txt|html|css|js|ts|ico|env|zip|vim|md)$"
4 changes: 2 additions & 2 deletions .github/workflows/page.gohtml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta property="og:type" content="website" />
<meta property="og:url" content="{{ .Root.URL }}" />
<meta property="og:image" content="/img/unibo512.png" />
<meta property="og:site_name" content="CSUnibo" />
<meta property="og:site_name" content="CartaBinaria" />
<style>{{ .Stylesheet }}</style>
<title>Index of {{ .Root.URL.Path }}</title>
<!-- icons -->
Expand All @@ -17,7 +17,7 @@
</head>
<body>
<h1>
Index of <a href="https://csunibo.github.io/">csunibo</a>/{{ range $i,$p := .Parts }}<a href="{{ $p.URL }}">{{ $p.Name }}</a>/{{ end }}
Index of <a href="https://cartabinaria.github.io/">cartabinaria</a>/{{ range $i,$p := .Parts }}<a href="{{ $p.URL }}">{{ $p.Name }}</a>/{{ end }}
</h1>
<hr>
<div class="g">
Expand Down

0 comments on commit 98164d7

Please sign in to comment.