Skip to content

Commit

Permalink
fix home link
Browse files Browse the repository at this point in the history
  • Loading branch information
tacman committed Oct 4, 2023
1 parent 1dda1f1 commit 4d4a82b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"symfony",
"web-application"
],
"homepage": "https://github.com/tacman/micro-calendar",
"homepage": "https://tacman.github.io/micro-calendar",
"require": {
"php": ">=8.1",
"ext-ctype": "*",
Expand Down
9 changes: 1 addition & 8 deletions templates/home.html.twig
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
{% extends 'base.html.twig' %}

{% block body %}

<h1>Calendar</h1>
<div id="calendar">
The calendar will go here.
</div>

<hr/>

The issue with loading fullcalendar as a module is <a href="{{ path('app_fullcalendar') }}">here</a>
{{ readme|raw|markdown_to_html|raw|add_att_attributes|raw }}
{% endblock %}

Expand Down

0 comments on commit 4d4a82b

Please sign in to comment.