Changeset 17004


Ignore:
Timestamp:
7 Jul 2022, 08:29:11 (2 years ago)
Author:
Henrik Bettermann
Message:

Add social media meta data.

Location:
main/waeup.kofa/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/CHANGES.txt

    r16959 r17004  
    441.7.2.dev0 (unreleased)
    55=======================
     6
     7* Add social media meta data.
     8
     9* Send email after final submission of application form.
    610
    711* Enable customization of application form final submission message.
  • main/waeup.kofa/trunk/layout/theme.html

    r16538 r17004  
    77    <meta name="description" content="">
    88    <meta name="author" content="">
     9
     10    <meta property="og:title" content="West African eUniversity Project">
     11    <meta property="og:description" content="Integrated Open Source Software solutions to administrate universities, colleges or schools online at a reasonable price">
     12    <meta property="og:image" content="https://www.waeup.org/images/map_africa.png">
     13    <meta property="og:url" content="https://www.waeup.org">
     14    <meta property="og:site_name" content="WAeUP.Kofa">
     15    <meta property="og:type" content="website">
    916
    1017    <!-- stylesheets -->
     
    3138    <!-- icons -->
    3239    <link rel="shortcut icon" href="static/ico/favicon.ico">
    33 
    34 
     40       
    3541  </head>
    3642
Note: See TracChangeset for help on using the changeset viewer.