remove hash link because its unecessary

This commit is contained in:
Fl1tzi 2023-07-10 02:15:56 +02:00
parent 6eb184989c
commit 637e7936ed
No known key found for this signature in database
GPG key ID: 06B333727810C686
5 changed files with 0 additions and 13 deletions

View file

@ -46,8 +46,6 @@
<a href="https://git.fl1tzi.com/data/data/src/fl1tzi.com-privacy.md">P R I V A C Y</a>
//
<a href="https://git.fl1tzi.com/Fl1tzi/fl1tzi.com">R E P O</a>
-
<a href="https://git.fl1tzi.com/Fl1tzi/fl1tzi.com/commit/b89585dfda831b6dfa5e63c9c85d6a497d769f8a">b89585d</span>
</section>
</body>

View file

@ -33,8 +33,6 @@
<a href="https://git.fl1tzi.com/data/data/src/fl1tzi.com-privacy.md">P R I V A C Y</a>
//
<a href="https://git.fl1tzi.com/Fl1tzi/fl1tzi.com">R E P O</a>
-
<a href="https://git.fl1tzi.com/Fl1tzi/fl1tzi.com/commit/b89585dfda831b6dfa5e63c9c85d6a497d769f8a">b89585d</span>
</section>
</body>

View file

@ -32,8 +32,6 @@
<a href="https://git.fl1tzi.com/data/data/src/fl1tzi.com-privacy.md">P R I V A C Y</a>
//
<a href="https://git.fl1tzi.com/Fl1tzi/fl1tzi.com">R E P O</a>
-
<a href="https://git.fl1tzi.com/Fl1tzi/fl1tzi.com/commit/b89585dfda831b6dfa5e63c9c85d6a497d769f8a">b89585d</span>
</section>
</body>

View file

@ -1,14 +1,9 @@
#! /usr/bin/env bash
GIT_COMMIT_SHORT="$(git show --format="%h" --no-patch)"
GIT_COMMIT="$(git rev-parse HEAD)"
for page in $(ls src/pages); do
pandoc --from gfm+smart+yaml_metadata_block \
-s "src/pages/$page" \
-o "public/$(basename $page .md).html" \
-V git_commit="$GIT_COMMIT" \
-V git_commit_short="$GIT_COMMIT_SHORT" \
--template src/template.html
done

View file

@ -33,8 +33,6 @@
<a href="https://git.fl1tzi.com/data/data/src/fl1tzi.com-privacy.md">P R I V A C Y</a>
//
<a href="https://git.fl1tzi.com/Fl1tzi/fl1tzi.com">R E P O</a>
-
<a href="https://git.fl1tzi.com/Fl1tzi/fl1tzi.com/commit/$git_commit$">$git_commit_short$</span>
</section>
</body>