maybe add proper mastodon link?
This commit is contained in:
parent
7385057b83
commit
ca6224c053
4 changed files with 7 additions and 6 deletions
|
@ -28,7 +28,7 @@ socials = [
|
||||||
{ name = "mastodon", url = "https://socialnotwork.net/@nebkor", icon = "mastodon" },
|
{ name = "mastodon", url = "https://socialnotwork.net/@nebkor", icon = "mastodon" },
|
||||||
]
|
]
|
||||||
|
|
||||||
toc = false
|
toc = true
|
||||||
use_cdn = false
|
use_cdn = false
|
||||||
favicon = "/icon/favicon.png"
|
favicon = "/icon/favicon.png"
|
||||||
theme = "auto"
|
theme = "auto"
|
||||||
|
@ -36,5 +36,6 @@ theme = "auto"
|
||||||
menu = [
|
menu = [
|
||||||
{ name = "R&D", url = "/rnd", weight = 1 },
|
{ name = "R&D", url = "/rnd", weight = 1 },
|
||||||
{ name = "sundries", url = "/sundries", weight = 2 },
|
{ name = "sundries", url = "/sundries", weight = 2 },
|
||||||
{ name = "(about)", url = "/about", weight = 3 },
|
{ name = "about", url = "/about", weight = 3 },
|
||||||
|
{ name = "home", url = "/", weight = 4 },
|
||||||
]
|
]
|
||||||
|
|
|
@ -1,9 +1,7 @@
|
||||||
+++
|
+++
|
||||||
toc = false
|
toc = true
|
||||||
title = "From the Desk of the Head of R&D and Chief Sundries Officer"
|
title = "From the Desk of the Head of R&D and Chief Sundries Officer"
|
||||||
sort_by = "date"
|
sort_by = "date"
|
||||||
generate_feed = true
|
generate_feed = true
|
||||||
path = "."
|
|
||||||
+++
|
+++
|
||||||
|
|
||||||
# - [Welcome](./about)
|
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
+++
|
+++
|
||||||
title = "Sundries, by NebCorp HIAS"
|
title = "Sundries, by NebCorp HIAS"
|
||||||
sort_by = "date"
|
sort_by = "date"
|
||||||
|
path = "sundries"
|
||||||
+++
|
+++
|
||||||
|
|
|
@ -13,6 +13,7 @@
|
||||||
Nothing here?!
|
Nothing here?!
|
||||||
{% endblock main_content %}
|
{% endblock main_content %}
|
||||||
</div>
|
</div>
|
||||||
|
<a href="https://socialnotwork.net/@nebkor" rel="me">.</a>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue